외교권자 등에서 인사부 연동이 안되는 버그 해결

This commit is contained in:
2019-02-27 23:33:18 +09:00
parent 5870213ff0
commit a49508fd20
2 changed files with 2 additions and 11 deletions
+1 -1
View File
@@ -351,7 +351,7 @@ if($meLevel == 12):
<?php
endif;
?>
<table align=center width=1000 class='tb_layout bg0'>
<table align=center width=1000 id='officer_list' class='tb_layout bg0'>
<tr><td colspan=5 height=5></td></tr>
<?php
if($meLevel >= 5) {
+1 -10
View File
@@ -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){