From a49508fd20884f56e06e2a76d8f05c388ee03cc5 Mon Sep 17 00:00:00 2001 From: hide_d Date: Wed, 27 Feb 2019 23:33:18 +0900 Subject: [PATCH] =?UTF-8?q?=EC=99=B8=EA=B5=90=EA=B6=8C=EC=9E=90=20?= =?UTF-8?q?=EB=93=B1=EC=97=90=EC=84=9C=20=EC=9D=B8=EC=82=AC=EB=B6=80=20?= =?UTF-8?q?=EC=97=B0=EB=8F=99=EC=9D=B4=20=EC=95=88=EB=90=98=EB=8A=94=20?= =?UTF-8?q?=EB=B2=84=EA=B7=B8=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- hwe/b_myBossInfo.php | 2 +- hwe/js/ext.expand_city.js | 11 +---------- 2 files changed, 2 insertions(+), 11 deletions(-) diff --git a/hwe/b_myBossInfo.php b/hwe/b_myBossInfo.php index 054a1771..ae5b6c50 100644 --- a/hwe/b_myBossInfo.php +++ b/hwe/b_myBossInfo.php @@ -351,7 +351,7 @@ if($meLevel == 12): - +
= 5) { diff --git a/hwe/js/ext.expand_city.js b/hwe/js/ext.expand_city.js index 970913e9..3c3d1b00 100644 --- a/hwe/js/ext.expand_city.js +++ b/hwe/js/ext.expand_city.js @@ -330,16 +330,7 @@ $(function() { //window.$html = $html; var cnt =0; - var $tmpTable = null; - $html.each(function(idx){ - if(this.tagName == "TABLE"){ - cnt+=1; - if(cnt==5){ - $tmpTable = $(this); - return false; - } - } - }); + var $tmpTable = $html.filter('#officer_list').eq(0); $selects = $tmpTable.find("select"); if($selects.length == 0){