From 0202e66c1c3b184a9da5ec77e5289d6cfdc3a5e3 2014-01-08 21:37:35 From: Brian E. Granger Date: 2014-01-08 21:37:35 Subject: [PATCH] Adding back doc in Keyboard Shortcut. --- diff --git a/IPython/html/static/notebook/js/quickhelp.js b/IPython/html/static/notebook/js/quickhelp.js index 12c40aa..0504046 100644 --- a/IPython/html/static/notebook/js/quickhelp.js +++ b/IPython/html/static/notebook/js/quickhelp.js @@ -28,8 +28,20 @@ var IPython = (function (IPython) { var help, shortcut; var element = $('
'); + // The documentation + var doc = $('
').addClass('alert'); + doc.append( + $('