From 1beae232fbc45956d8680fee01086d249b28df9c 2013-06-09 21:48:45 From: MinRK Date: 2013-06-09 21:48:45 Subject: [PATCH] fix wrong arrow direction --- diff --git a/IPython/frontend/html/notebook/static/notebook/js/maintoolbar.js b/IPython/frontend/html/notebook/static/notebook/js/maintoolbar.js index 0798b47..81df069 100644 --- a/IPython/frontend/html/notebook/static/notebook/js/maintoolbar.js +++ b/IPython/frontend/html/notebook/static/notebook/js/maintoolbar.js @@ -71,7 +71,7 @@ var IPython = (function (IPython) { { id : 'move_down_b', label : 'Move Cell Down', - icon : 'icon-arrow-up', + icon : 'icon-arrow-down', callback : function () { IPython.notebook.move_cell_down(); }