fix: remove unused html from wish details modal
This commit is contained in:
parent
27b7af64b8
commit
7fbdfe3a5e
1 changed files with 4 additions and 0 deletions
|
@ -72,6 +72,10 @@ $(function () {
|
|||
'onHide' : function(modal) {
|
||||
wish_unset();
|
||||
},
|
||||
'onHidden' : function() {
|
||||
$(this).modal('destroy');
|
||||
$(this).remove();
|
||||
}
|
||||
})
|
||||
.modal('show')
|
||||
.addClass(wish_details_size);
|
||||
|
|
Loading…
Reference in a new issue