* Hide the modal when saving the link bugs.
This commit is contained in:
@@ -15,5 +15,5 @@ $(document).off('click', '.link-btn').on('click', '.link-btn', function()
|
||||
$('#linkBug').closest('tr').removeClass('hidden');
|
||||
});
|
||||
|
||||
$('.modal').trigger('to-hide.modal.zui');
|
||||
$(this).closest('.modal').modal('hide');
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user