Merge pull request #330 from TobleMiner/develop

Changed password input to type "password"
This commit is contained in:
Lars Jung 2014-08-03 01:57:45 +02:00
commit 2eb8caebc0

View file

@ -15,7 +15,7 @@ modulejs.define('info', ['$', 'config'], function ($, config) {
loginTemp =
'<div id="login-wrapper">' +
'<input id="pass" type="text" placeholder="password"/>' +
'<input id="pass" type="password" placeholder="password"/>' +
'<span id="login">login</span>' +
'<span id="logout">logout</span>' +
'<div id="hint">' +