외교권자 등에서 인사부 연동이 안되는 버그 해결
This commit is contained in:
@@ -351,7 +351,7 @@ if($meLevel == 12):
|
|||||||
<?php
|
<?php
|
||||||
endif;
|
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>
|
<tr><td colspan=5 height=5></td></tr>
|
||||||
<?php
|
<?php
|
||||||
if($meLevel >= 5) {
|
if($meLevel >= 5) {
|
||||||
|
|||||||
@@ -330,16 +330,7 @@ $(function() {
|
|||||||
//window.$html = $html;
|
//window.$html = $html;
|
||||||
|
|
||||||
var cnt =0;
|
var cnt =0;
|
||||||
var $tmpTable = null;
|
var $tmpTable = $html.filter('#officer_list').eq(0);
|
||||||
$html.each(function(idx){
|
|
||||||
if(this.tagName == "TABLE"){
|
|
||||||
cnt+=1;
|
|
||||||
if(cnt==5){
|
|
||||||
$tmpTable = $(this);
|
|
||||||
return false;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
});
|
|
||||||
|
|
||||||
$selects = $tmpTable.find("select");
|
$selects = $tmpTable.find("select");
|
||||||
if($selects.length == 0){
|
if($selects.length == 0){
|
||||||
|
|||||||
Reference in New Issue
Block a user