##// END OF EJS Templates
remove notification widget leftover...
Matthias BUSSONNIER -
Show More
@@ -104,13 +104,10 b' var IPython = (function (IPython) {'
104 104 // function that will be called if you press tab 1, 2, 3... times in a row
105 105 this.tabs_functions = [function (cell, text) {
106 106 that._request_tooltip(cell, text);
107 IPython.notification_widget.set_message('tab again to expand pager', 2500);
108 107 }, function () {
109 108 that.expand();
110 IPython.notification_widget.set_message('tab again to make pager sticky for 10s', 2500);
111 109 }, function () {
112 110 that.stick();
113 IPython.notification_widget.set_message('tab again to open help in pager', 2500);
114 111 }, function (cell) {
115 112 that.cancel_stick();
116 113 that.showInPager(cell);
General Comments 0
You need to be logged in to leave comments. Login now