1
Fork 0

Remove dead variables.

This commit is contained in:
Juliusz Chroboczek 2020-05-11 02:51:44 +02:00
parent 31a5a8e8f1
commit 8257a7ff19
1 changed files with 0 additions and 2 deletions

View File

@ -19,7 +19,6 @@ let permissions = {};
function toHex(array) {
let a = new Uint8Array(array);
let s = '';
function hex(x) {
let h = x.toString(16);
if(h.length < 2)
@ -94,7 +93,6 @@ function getUsername() {
function setConnected(connected) {
let statspan = document.getElementById('statspan');
let userform = document.getElementById('userform');
let diconnect = document.getElementById('disconnectbutton');
if(connected) {
clearError();
statspan.textContent = 'Connected';