Browse Source

test

master
Satinder Grewal 8 years ago
parent
commit
4251038503
  1. 2
      assets/scripts/login.js

2
assets/scripts/login.js

@ -83,7 +83,7 @@ var Login = function() {
$('#wallet-core').fadeIn();
$('body').removeClass( "page-login layout-full page-dark" ).addClass( "" );
$('link[id=loginStyle]')[0].disabled=true;
//location.reload();
location.reload();
}
else {
// If something goes wrong, alert the error message that our service returned

Loading…
Cancel
Save