stylesheet를 우선 기본값으로 보여주도록 수정

This commit is contained in:
2018-01-20 05:43:50 +09:00
parent a39a1e8612
commit 3e629c5c54
4 changed files with 14 additions and 5 deletions
+2 -2
View File
@@ -67,8 +67,8 @@ function updateToken(type) {
console.log(data);
if(data.result != "rand" && data.result != "leadpow" && data.result != "leadint" && data.result != "powint") {
alert(jqXHR.status+", "+jqXHR.statusText+", "+jqXHR.responseText);
//location.replace("index.php");
echo 'index.php';//TODO:debug all and replace
location.replace("index.php");
//echo 'index.php';//TODO:debug all and replace
} else {
$("#leader").text(data.leader);
$("#power").text(data.power);