##// END OF EJS Templates
Fix all the bugs!
Fix all the bugs!

File last commit:

r17201:03d0484a
r17203:0a58a07f
Show More
loginmain.js
10 lines | 338 B | application/javascript | JavascriptLexer
// Copyright (c) IPython Development Team.
// Distributed under the terms of the Modified BSD License.
var ipython = ipython || {};
require(['base/js/page'], function(page) {
ipython.page = new page.Page();
$('button#login_submit').addClass("btn btn-default");
ipython.page.show();
$('input#password_input').focus();
});