##// END OF EJS Templates
Make modal backdrop static by default....
Matthias Bussonnier -
Show More
@@ -87,6 +87,8 b' define(['
87 87 if (options.keyboard_manager) {
88 88 options.keyboard_manager.disable();
89 89 }
90
91 options.backdrop = options.backdrop || 'static';
90 92
91 93 return modal.modal(options);
92 94 };
General Comments 0
You need to be logged in to leave comments. Login now