This commit is contained in:
KasperRT
2014-10-23 21:37:13 +02:00
parent 6a9cdaa037
commit 31055bd00d

View File

@@ -26,11 +26,11 @@ function submitAdmin(form)
data: "conf=start&vote="+voting+"&addsongs="+addSongs+"&longsongs="+longSongs+"&frontpage="+frontpage+"&allvideos="+allvideos+"&removeplay="+removePlay+"&pass="+adminpass,
success: function() {
//console.log("configurations response: "+response);
console.log("configurations response: "+response);
}
}).responseText;
pass = confRes;
//console.log(pass);
console.log(pass);
}