Show More
@@ -118,10 +118,7 b' define([' | |||||
118 | Tooltip.prototype.showInPager = function (cell) { |
|
118 | Tooltip.prototype.showInPager = function (cell) { | |
119 | // reexecute last call in pager by appending ? to show back in pager |
|
119 | // reexecute last call in pager by appending ? to show back in pager | |
120 | var that = this; |
|
120 | var that = this; | |
121 | var payload = {}; |
|
121 | this.events.trigger('open_with_text.Pager', that._reply.content); | |
122 | payload.text = that._reply.content.data['text/plain']; |
|
|||
123 |
|
||||
124 | this.events.trigger('open_with_text.Pager', payload); |
|
|||
125 | this.remove_and_cancel_tooltip(); |
|
122 | this.remove_and_cancel_tooltip(); | |
126 | }; |
|
123 | }; | |
127 |
|
124 |
General Comments 0
You need to be logged in to leave comments.
Login now