v0.8 업데이트 #116

Closed
Hide_D wants to merge 209 commits from custom_map into devel
2 changed files with 2 additions and 3 deletions
Showing only changes of commit 2daef4e9bc - Show all commits
+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();