fixed login issue on chromium; moved docker into mwaeckerlin/docker.js on github
This commit is contained in:
		@@ -48,10 +48,10 @@
 | 
			
		||||
    <div id="login">
 | 
			
		||||
      <h1>Login</h1>
 | 
			
		||||
      <form onsubmit="connect()">
 | 
			
		||||
        <label for="username">User Name</label>
 | 
			
		||||
        <input id="username" type="text" />
 | 
			
		||||
        <label for="password">Password</label>
 | 
			
		||||
        <input id="password" type="password" />
 | 
			
		||||
        <label for="usernamefield">User Name</label>
 | 
			
		||||
        <input placeholder="User Name" id="usernamefield" type="text" />
 | 
			
		||||
        <label for="passwordfield">Password</label>
 | 
			
		||||
        <input placeholder="Password" id="passwordfield" type="password" />
 | 
			
		||||
        <button type="button" onclick="connect()">Login</button>
 | 
			
		||||
      </form>
 | 
			
		||||
    </div>
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user