##// END OF EJS Templates
fix wrong arrow direction
MinRK -
Show More
@@ -71,7 +71,7 b' var IPython = (function (IPython) {'
71 71 {
72 72 id : 'move_down_b',
73 73 label : 'Move Cell Down',
74 icon : 'icon-arrow-up',
74 icon : 'icon-arrow-down',
75 75 callback : function () {
76 76 IPython.notebook.move_cell_down();
77 77 }
General Comments 0
You need to be logged in to leave comments. Login now