Show More
@@ -24,7 +24,7 b' var IPython = (function (IPython) {' | |||||
24 | MenuBar.prototype.style = function () { |
|
24 | MenuBar.prototype.style = function () { | |
25 | $('ul#menus').menubar({ |
|
25 | $('ul#menus').menubar({ | |
26 | select : function (event, ui) { |
|
26 | select : function (event, ui) { | |
27 |
// The selected cell lo |
|
27 | // The selected cell loses focus when the menu is entered, so we | |
28 | // re-select it upon selection. |
|
28 | // re-select it upon selection. | |
29 | var i = IPython.notebook.selected_index(); |
|
29 | var i = IPython.notebook.selected_index(); | |
30 | IPython.notebook.select(i); |
|
30 | IPython.notebook.select(i); |
General Comments 0
You need to be logged in to leave comments.
Login now