|
@@ -653,7 +653,7 @@
|
|
|
htmlbody = getSpotHtml(htmlbody, i);
|
|
|
}
|
|
|
$("#rank-one").html(htmlbody);
|
|
|
- console.log(htmlbody);
|
|
|
+ //console.log(htmlbody);
|
|
|
}
|
|
|
function showEachSpot1() {
|
|
|
var htmlbody = "", one_person = "";
|
|
@@ -666,7 +666,7 @@
|
|
|
htmlbody = getSpotHtml1(htmlbody, i);
|
|
|
}
|
|
|
$("#rank-two").html(htmlbody);
|
|
|
- console.log(htmlbody);
|
|
|
+ //console.log(htmlbody);
|
|
|
}
|
|
|
function showEachSpot2() {
|
|
|
var htmlbody = "", one_person = "";
|
|
@@ -679,7 +679,7 @@
|
|
|
htmlbody = getSpotHtml2(htmlbody, i);
|
|
|
}
|
|
|
$("#rank-three").html(htmlbody);
|
|
|
- console.log(htmlbody);
|
|
|
+ //console.log(htmlbody);
|
|
|
}
|
|
|
|
|
|
|