Fix broken show in pager button

This commit is contained in:
Jessica B. Hamrick 2014-10-09 18:34:22 -07:00
parent 7d7b85a043
commit 685040427a

View File

@ -118,10 +118,7 @@ define([
Tooltip.prototype.showInPager = function (cell) {
// reexecute last call in pager by appending ? to show back in pager
var that = this;
var payload = {};
payload.text = that._reply.content.data['text/plain'];
this.events.trigger('open_with_text.Pager', payload);
this.events.trigger('open_with_text.Pager', that._reply.content);
this.remove_and_cancel_tooltip();
};