From 1eeff0e5c8cb7b2445d1f9fb3033c32151e6cec4 Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Wed, 23 May 2012 20:35:23 +0200 Subject: [PATCH] Revert "esc collapse pager" This reverts commit c8e47d45dbd7c17293de0d9218e8f52247b79d1d. --- IPython/frontend/html/notebook/static/js/notebook.js | 1 - 1 file changed, 1 deletion(-) diff --git a/IPython/frontend/html/notebook/static/js/notebook.js b/IPython/frontend/html/notebook/static/js/notebook.js index d4b5f4f65..facc157fa 100644 --- a/IPython/frontend/html/notebook/static/js/notebook.js +++ b/IPython/frontend/html/notebook/static/js/notebook.js @@ -76,7 +76,6 @@ var IPython = (function (IPython) { } else if (event.which === 27) { // Intercept escape at highest level to avoid closing // websocket connection with firefox - IPython.pager.collapse(); event.preventDefault(); } if (event.which === 38 && !event.shiftKey) {