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