Commit f0cd9c43 by Kim Eunchul

インデント整列

parent 361c5083
...@@ -424,8 +424,7 @@ CHK.initReportApp = function (callback) { ...@@ -424,8 +424,7 @@ CHK.initReportApp = function (callback) {
//作業一覧描画 //作業一覧描画
CHK.createOperationList(CHK.operation.operationList); CHK.createOperationList(CHK.operation.operationList);
//カテゴリー高さ固定 //カテゴリー高さ固定
}); });
// カテゴリーJSONデータ // カテゴリーJSONデータ
CHK.loadJson(CHK.jsonPath.operationGroupMasterList, function (json) { CHK.loadJson(CHK.jsonPath.operationGroupMasterList, function (json) {
CHK.operationGroupMaster = json; CHK.operationGroupMaster = json;
......
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