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