Fixed errors from security update

This commit is contained in:
Kasper Rynning-Tønnesen
2015-11-23 21:09:23 +01:00
parent abf77a27d6
commit 94bb7c4ceb
4 changed files with 14 additions and 11 deletions

View File

@@ -123,7 +123,7 @@ var List = {
},
skip: function(){
socket.emit('skip', [chan, localStorage[chan.toLowerCase()]]);
socket.emit('skip', [chan, adminpass]);
return true;
},