From d684fb8529bd25b424fda1e842878932d52b3891 Mon Sep 17 00:00:00 2001 From: MinRK Date: Thu, 31 Jan 2013 21:14:32 -0800 Subject: [PATCH] fix payload keys A few changes left out from PR #2854 prevented pager or set_next_input (%load) from working in the notebook. --- IPython/frontend/html/notebook/static/js/kernel.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/IPython/frontend/html/notebook/static/js/kernel.js b/IPython/frontend/html/notebook/static/js/kernel.js index 5d59c86fd..f39839bdb 100644 --- a/IPython/frontend/html/notebook/static/js/kernel.js +++ b/IPython/frontend/html/notebook/static/js/kernel.js @@ -384,10 +384,10 @@ var IPython = (function (IPython) { // Payloads are handled by triggering events because we don't want the Kernel // to depend on the Notebook or Pager classes. for (var i=0; i