remove call to jquery-ui useless button()

Matthias BUSSONNIER 12 years ago
parent 21222fe302
commit 70eb95d04c

@ -46,7 +46,7 @@ require([
common_options));
login_widget = new loginwidget.LoginWidget('#login_widget', common_options);
$('#new_notebook').button().click(function (e) {
$('#new_notebook').click(function (e) {
notebook_list.new_notebook();
});

Loading…
Cancel
Save