* Fix bug #27784.
This commit is contained in:
@@ -63,7 +63,7 @@ function syncProductOrProject(obj, type)
|
||||
});
|
||||
$('#' + type + 'Module').trigger("chosen:updated");
|
||||
})
|
||||
$('#copyModule').attr('onclick', null);
|
||||
$("#copyModule").unbind("click");
|
||||
$('#copyModule').bind('click', function(){syncModule(obj.value, viewType)});
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user