From 72c0e4446f3e1390f4b0256d4a67f5da3fb1e84e Mon Sep 17 00:00:00 2001 From: Matthias BUSSONNIER Date: Sun, 20 Jul 2014 17:28:21 +0200 Subject: [PATCH] command_mode_icon typos (dash instead of underscore) --- IPython/html/static/notebook/js/notificationarea.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/IPython/html/static/notebook/js/notificationarea.js b/IPython/html/static/notebook/js/notificationarea.js index d496584ba..6566667ae 100644 --- a/IPython/html/static/notebook/js/notificationarea.js +++ b/IPython/html/static/notebook/js/notificationarea.js @@ -91,7 +91,7 @@ define([ }); // Implicitly start off in Command mode, switching to Edit mode will trigger event - $modal_ind_icon.attr('class','command-mode_icon').attr('title','Command Mode'); + $modal_ind_icon.attr('class','command_mode_icon').attr('title','Command Mode'); // Kernel events this.events.on('status_idle.Kernel',function () {