Commit 135a83eb by Lee Munkyeong

ローディング非表示する時点変更

parent 9b54d9b5
......@@ -2998,10 +2998,11 @@ CHK.createOperationList = function(operationList, isSearched = false) {
operationTR.append(iconTd);
$(".table tbody").append(operationTR);
if(CHK.isAndroid) {
android.hideLoading();
}
}
if(CHK.isAndroid) {
android.hideLoading();
}
};
/**Oper
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment