##// END OF EJS Templates
remove call to jquery-ui useless button()
Matthias BUSSONNIER -
Show More
@@ -46,7 +46,7 b' require(['
46 46 common_options));
47 47 login_widget = new loginwidget.LoginWidget('#login_widget', common_options);
48 48
49 $('#new_notebook').button().click(function (e) {
49 $('#new_notebook').click(function (e) {
50 50 notebook_list.new_notebook();
51 51 });
52 52
General Comments 0
You need to be logged in to leave comments. Login now