Skip to content

Commit

Permalink
fix for nitro 5.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT committed Jan 7, 2020
1 parent e3c3129 commit a882667
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions login.htm
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@
<img src="https://n2o.space/img/Synrc%20Neo.svg" style="margin-bottom:40px;" /></a>
</header>
<form><p><label for="user">Choose Nickname:</label>
<input type="text" id="user" autofocus="true" />
<input id="user" autofocus="true" />
<label for="pass">Join or Create Channel:</label>
<input type="text" id="pass" />
<input id="pass" />
<button id="loginButton">login</button>
</p></form>
<footer>Brought to you with ♡ by N2O developers.</footer>
Expand Down
2 changes: 1 addition & 1 deletion priv/static/index.htm
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h2 id="heading">room</h2>
<script src="https://ws.n2o.dev/priv/heart.js"></script>
<script src="https://ws.n2o.dev/priv/ieee754.js"></script>
<script src="https://ws.n2o.dev/priv/n2o.js"></script>
<script>host = location.hostname; port = 8001;</script>
<script>host = location.hostname; port = 8001; debug = true;</script>
<script src="https://ws.n2o.dev/priv/ftp.js"></script>
<script src="https://nitro.n2o.dev/priv/js/nitro.js"></script>
<script>$io.do = function(r) { console.log(r); };</script>
Expand Down
6 changes: 3 additions & 3 deletions priv/static/login.htm
Original file line number Diff line number Diff line change
Expand Up @@ -11,17 +11,17 @@
<img src="https://n2o.space/img/Synrc%20Neo.svg" style="margin-bottom:40px;" /></a>
</header>
<form><p><label for="user">Choose Nickname:</label>
<input type="text" id="user" autofocus="true" />
<input id="user" autofocus="true" />
<label for="pass">Join or Create Channel:</label>
<input type="text" id="pass" />
<input id="pass" />
<button id="loginButton">login</button>
</p></form>
<footer>Brought to you with ♡ by N2O developers.</footer>
<script src="https://ws.n2o.dev/priv/utf8.js"></script>
<script src="https://ws.n2o.dev/priv/bert.js"></script>
<script src="https://ws.n2o.dev/priv/heart.js"></script>
<script src="https://ws.n2o.dev/priv/n2o.js"></script>
<script>host = location.hostname; port = 8001;</script>
<script>host = location.hostname; port = 8001; debug = true;</script>
<script src="https://ws.n2o.dev/priv/ftp.js"></script>
<script src="https://nitro.n2o.dev/priv/js/nitro.js"></script>
<script>protos = [$bert]; N2O_start();</script>
Expand Down

0 comments on commit a882667

Please sign in to comment.