File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -227,7 +227,7 @@ class WebAppModal {
227
227
constructor ( id ) {
228
228
this . id = id ;
229
229
jQuery ( '#' + id ) . remove ( ) ;
230
- jQuery ( '<div id="' + this . id + '" class="modal" tabindex="-1"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><h5 class="modal-title"></h5><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button></div><div class="modal-body"></div><div class="modal-footer"><button type="button" class="btn btn-secondary close-button" data-dismiss="modal">' + webApp . i18n ( 'close' ) + '</button></div></div></div></div>' ) . appendTo ( 'body' ) ;
230
+ jQuery ( '<div id="' + this . id + '" class="modal fade " tabindex="-1"><div class="modal-dialog"><div class="modal-content"><div class="modal-header"><h5 class="modal-title"></h5><button type="button" class="close" data-dismiss="modal" aria-label="Close"><span aria-hidden="true">×</span></button></div><div class="modal-body"></div><div class="modal-footer"><button type="button" class="btn btn-secondary close-button" data-dismiss="modal">' + webApp . i18n ( 'close' ) + '</button></div></div></div></div>' ) . appendTo ( 'body' ) ;
231
231
this . dom = jQuery ( '#' + id ) ;
232
232
}
233
233
You can’t perform that action at this time.
0 commit comments