* Remove unused code and fix bug.
This commit is contained in:
@@ -1,6 +1,5 @@
|
||||
$(function()
|
||||
{
|
||||
$('#copyProjects a').click(function(){setCopyProject($(this).data('id')); $('#copyProjectModal').modal('hide')});
|
||||
$('#isCat').change(function()
|
||||
{
|
||||
if($(this).prop('checked'))
|
||||
|
||||
Reference in New Issue
Block a user