Show More
@@ -77,7 +77,7 b' var IPython = (function (IPython) {' | |||||
77 | closespan.addClass('ui-icon-close'); |
|
77 | closespan.addClass('ui-icon-close'); | |
78 | closelink.append(closespan); |
|
78 | closelink.append(closespan); | |
79 | closelink.click(function(){ |
|
79 | closelink.click(function(){ | |
80 | that.hide(); |
|
80 | that.remove_and_cancel_tooltip(true); | |
81 | }); |
|
81 | }); | |
82 |
|
82 | |||
83 | //construct the tooltip |
|
83 | //construct the tooltip |
General Comments 0
You need to be logged in to leave comments.
Login now