Show More
@@ -186,7 +186,6 b' var IPython = (function (IPython) {' | |||||
186 | } |
|
186 | } | |
187 | else if( this._consecutive_conter == 3) |
|
187 | else if( this._consecutive_conter == 3) | |
188 | { |
|
188 | { | |
189 | console.log('should open in pager'); |
|
|||
190 | this._old_cell = null ; |
|
189 | this._old_cell = null ; | |
191 | this._cancel_stick(); |
|
190 | this._cancel_stick(); | |
192 | this._old_request = null ; |
|
191 | this._old_request = null ; | |
@@ -220,12 +219,10 b' var IPython = (function (IPython) {' | |||||
220 | // remove_and_cancell_tooltip(true) |
|
219 | // remove_and_cancell_tooltip(true) | |
221 | Tooltip.prototype.stick = function() |
|
220 | Tooltip.prototype.stick = function() | |
222 | { |
|
221 | { | |
223 | console.log('tooltip will stick for at least 10 sec'); |
|
|||
224 | var that = this; |
|
222 | var that = this; | |
225 | this._sticky = true; |
|
223 | this._sticky = true; | |
226 | this._stick_timeout = setTimeout( function(){ |
|
224 | this._stick_timeout = setTimeout( function(){ | |
227 | that._sticky = false; |
|
225 | that._sticky = false; | |
228 | console.log('tooltip will not stick anymore'); |
|
|||
229 | }, 10*1000 |
|
226 | }, 10*1000 | |
230 | ); |
|
227 | ); | |
231 | } |
|
228 | } |
General Comments 0
You need to be logged in to leave comments.
Login now