Forgot to change the look of controller

This commit is contained in:
Kasper Rynning-Tønnesen
2015-06-11 15:29:24 +02:00
parent e2e50d023e
commit ae5f42f594
2 changed files with 1 additions and 2 deletions

View File

@@ -77,7 +77,6 @@ $('input[class=conf]').change(function()
function pass_save()
{
socket.emit('password', [CryptoJS.SHA256(document.getElementById("password").value).toString(), chan.toLowerCase(), guid]);
}