fix: remove unused html from wish details modal

This commit is contained in:
grandeljay 2023-08-17 11:26:53 +02:00
parent 27b7af64b8
commit 7fbdfe3a5e

View file

@ -72,6 +72,10 @@ $(function () {
'onHide' : function(modal) { 'onHide' : function(modal) {
wish_unset(); wish_unset();
}, },
'onHidden' : function() {
$(this).modal('destroy');
$(this).remove();
}
}) })
.modal('show') .modal('show')
.addClass(wish_details_size); .addClass(wish_details_size);