Browse Source

Removed auto-login test code from login ui

tags/v0.1.2
Big Bad Waffle 7 years ago
parent
commit
17c0dc1ff0
1 changed files with 0 additions and 10 deletions
  1. +0
    -10
      src/client/ui/templates/login/login.js

+ 0
- 10
src/client/ui/templates/login/login.js View File

@@ -28,16 +28,6 @@ define([
.on('keyup', this.onKeyDown.bind(this))
.eq(0).focus();

var name = 'aaa';
if (window.location.search == '?b')
name = 'bbb';
else if (window.location.search == '?c')
name = 'ccc';

this.find('input').eq(0).val('waffle');
this.find('input').eq(1).val('1skulpie');
this.find('.btnLogin').click();

renderer.buildTitleScreen();
},



Loading…
Cancel
Save