This commit is contained in:
Jeena 2014-06-07 16:48:32 +02:00
parent 7492036445
commit e7052754c3

View file

@ -250,9 +250,6 @@ function create(channelName, callback) {
scoreLimit: parseInt($("#scoreLimit").value, 10) scoreLimit: parseInt($("#scoreLimit").value, 10)
} }
console.log(options)
return
localStorage["customname"] = channelName; localStorage["customname"] = channelName;
var xhr = new XMLHttpRequest(); var xhr = new XMLHttpRequest();