외교권자 등에서 인사부 연동이 안되는 버그 해결
This commit is contained in:
@@ -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) {
|
||||
|
||||
@@ -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){
|
||||
|
||||
Reference in New Issue
Block a user