* Hide the modal when saving the link bugs.

This commit is contained in:
liumengyi
2023-12-21 16:45:37 +08:00
parent a48efb273f
commit 7b939c50e1
+1 -1
View File
@@ -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');
});