Skip to content

Commit

Permalink
removed focus on token input
Browse files Browse the repository at this point in the history
  • Loading branch information
rosaswaby committed Apr 17, 2018
1 parent 72bedfc commit 5361b72
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions notebook/static/auth/js/loginmain.js
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ define(['jquery', 'base/js/namespace', 'base/js/page'], function($, IPython, pag
var page_instance = new page.Page('div#header', 'div#site');
page_instance.show();
$('input#password_input').focus();
$('input#token_input').focus();

IPython.page = page_instance;
}
return login_main;
Expand Down

0 comments on commit 5361b72

Please sign in to comment.