mirror of
https://github.com/KevinMidboe/zoff.git
synced 2025-12-08 20:48:48 +00:00
nvm
This commit is contained in:
@@ -26,11 +26,11 @@ function submitAdmin(form)
|
|||||||
data: "conf=start&vote="+voting+"&addsongs="+addSongs+"&longsongs="+longSongs+"&frontpage="+frontpage+"&allvideos="+allvideos+"&removeplay="+removePlay+"&pass="+adminpass,
|
data: "conf=start&vote="+voting+"&addsongs="+addSongs+"&longsongs="+longSongs+"&frontpage="+frontpage+"&allvideos="+allvideos+"&removeplay="+removePlay+"&pass="+adminpass,
|
||||||
|
|
||||||
success: function() {
|
success: function() {
|
||||||
//console.log("configurations response: "+response);
|
console.log("configurations response: "+response);
|
||||||
}
|
}
|
||||||
}).responseText;
|
}).responseText;
|
||||||
|
|
||||||
pass = confRes;
|
pass = confRes;
|
||||||
//console.log(pass);
|
console.log(pass);
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user