세력도시 스크립트 동작 안하는 문제 해결

This commit is contained in:
2018-07-01 01:35:47 +09:00
parent 6b2b8fd3c2
commit 2daef4e9bc
2 changed files with 2 additions and 3 deletions
+1 -1
View File
@@ -194,7 +194,7 @@ for ($j=0; $j < $citycount; $j++) {
}
?>
<table align=center width=1000 class='tb_layout bg0'>
<table align=center width=1000 class='tb_layout bg0 anchor'>
<tr><td><?=backButton()?></td></tr>
<tr><td><?=banner()?></td></tr>
</table>
+1 -2
View File
@@ -823,8 +823,7 @@ $(function() {
arCity = mergeSort(arCity,callback);
//console.log(arCity);
var tmp = $('table');
var $anchor = tmp.eq(tmp.length-2);
var $anchor = $('.anchor');
//console.log($anchor);
$('body > br').remove();