Commit 61ee6e4a by Lee Munkyeong

アンドロイドローディング非表示

parent 7ad798e8
...@@ -2939,6 +2939,9 @@ CHK.createOperationList = function(operationList, isSearched = false) { ...@@ -2939,6 +2939,9 @@ CHK.createOperationList = function(operationList, isSearched = false) {
operationTR.append(iconTd); operationTR.append(iconTd);
$(".table tbody").append(operationTR); $(".table tbody").append(operationTR);
if(CHK.isAndroid) {
android.hideLoading();
}
} }
}; };
......
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