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){