diff --git a/js/admin.js b/js/admin.js index 9af0f27a..3c768400 100755 --- a/js/admin.js +++ b/js/admin.js @@ -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); }