fix: remove unused html from wish edit modal

This commit is contained in:
grandeljay 2023-08-17 11:39:07 +02:00
parent 7fbdfe3a5e
commit 0f47bca189

View file

@ -228,6 +228,10 @@ $(function () {
wish_edit wish_edit
.modal({ .modal({
'onApprove' : wishSave, 'onApprove' : wishSave,
'onHidden' : function() {
$(this).modal('destroy');
$(this).remove();
}
}) })
.modal('show') .modal('show')
.addClass(wish_edit_size); .addClass(wish_edit_size);