removed debug message
This commit is contained in:
parent
34f59e8b9f
commit
40be7dc34d
1 changed files with 0 additions and 1 deletions
|
@ -127,7 +127,6 @@ class Modal {
|
|||
this.shown = true;
|
||||
this.htmlTag.appendTo($("body"));
|
||||
|
||||
console.log(this.properties.closeable);
|
||||
this.htmlTag.bootstrapMaterialDesign().modal(this.properties.closeable ? 'show' : {
|
||||
backdrop: 'static',
|
||||
keyboard: false,
|
||||
|
|
Loading…
Add table
Reference in a new issue