We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb48c17 commit 5fa02a8Copy full SHA for 5fa02a8
js/webapp.js
@@ -267,6 +267,7 @@ class WebAppModal {
267
}
268
$('#'+this.id).on('hidden.bs.modal', function (e) {
269
jQuery('.modal-backdrop,.modal').remove();
270
+ jQuery('body').removeClass('modal-open');
271
});
272
273
@@ -282,12 +283,14 @@ class WebAppModal {
282
283
hide() {
284
jQuery('#'+this.id).modal('hide');
285
286
287
288
289
destroy() {
290
jQuery('#'+this.id).modal('dispose');
291
jQuery('#'+this.id).remove();
292
293
294
295
296
end() {
0 commit comments