Commit 8c424e73 by Kim Eunchul

#44346 【Check Win 1.4.0_2】縦画面で「カテゴリ」を表示すると、カテゴリ表示が欠ける windowAppのresize対応

parent d09aae6c
......@@ -439,6 +439,11 @@ CHK.initReport = function(callback) {
* @param callback コールバック
*/
CHK.initReportApp = function (callback) {
//windowAppのresize対応
$(window).resize(function() {
CHK.setCategoryHeight();
});
CHK.isSearched = false;
CHK.operationGroupMasterId = 0;
// 作業一覧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