Revert "esc collapse pager"

This reverts commit c8e47d45dbd7c17293de0d9218e8f52247b79d1d.
This commit is contained in:
Matthias BUSSONNIER 2012-05-23 20:35:23 +02:00
parent 6acefdacb2
commit 1eeff0e5c8

View File

@ -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) {