##// END OF EJS Templates
remove stale modal dialog from the DOM
Paul Ivanov -
Show More
@@ -19,6 +19,7 var IPython = (function (IPython) {
19 19 // toggles display of keyboard shortcut dialog
20 20 var that = this;
21 21 if ( this.force_rebuild ) {
22 this.shortcut_dialog.remove();
22 23 delete(this.shortcut_dialog);
23 24 this.force_rebuild = false;
24 25 }
General Comments 0
You need to be logged in to leave comments. Login now