From 2daef4e9bc7226b9f15f1fdcd3fb0b9ec2d566e0 Mon Sep 17 00:00:00 2001 From: hide_d Date: Sun, 1 Jul 2018 01:35:47 +0900 Subject: [PATCH] =?UTF-8?q?=EC=84=B8=EB=A0=A5=EB=8F=84=EC=8B=9C=20?= =?UTF-8?q?=EC=8A=A4=ED=81=AC=EB=A6=BD=ED=8A=B8=20=EB=8F=99=EC=9E=91=20?= =?UTF-8?q?=EC=95=88=ED=95=98=EB=8A=94=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4?= =?UTF-8?q?=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_myCityInfo.php | 2 +- hwe/js/ext.expand_city.js | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/hwe/b_myCityInfo.php b/hwe/b_myCityInfo.php index c8659e0c..38308857 100644 --- a/hwe/b_myCityInfo.php +++ b/hwe/b_myCityInfo.php @@ -194,7 +194,7 @@ for ($j=0; $j < $citycount; $j++) { } ?> - +
diff --git a/hwe/js/ext.expand_city.js b/hwe/js/ext.expand_city.js index 707dd207..f37303c7 100644 --- a/hwe/js/ext.expand_city.js +++ b/hwe/js/ext.expand_city.js @@ -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();