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