##// END OF EJS Templates
use modal_stretch on keyboard shortcut dialog
MinRK -
Show More
@@ -62,6 +62,7 b' var IPython = (function (IPython) {'
62 Close : {}
62 Close : {}
63 }
63 }
64 });
64 });
65 this.shortcut_dialog.addClass("modal_stretch");
65
66
66 $([IPython.events]).on('rebuild.QuickHelp', function() { that.force_rebuild = true;});
67 $([IPython.events]).on('rebuild.QuickHelp', function() { that.force_rebuild = true;});
67 };
68 };
General Comments 0
You need to be logged in to leave comments. Login now