Commit bd62feeb by Kim Eunchul

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

parent 8c424e73
...@@ -439,7 +439,7 @@ CHK.initReport = function(callback) { ...@@ -439,7 +439,7 @@ CHK.initReport = function(callback) {
* @param callback コールバック * @param callback コールバック
*/ */
CHK.initReportApp = function (callback) { CHK.initReportApp = function (callback) {
//windowAppのresize対応 //カテゴリー高さ変更
$(window).resize(function() { $(window).resize(function() {
CHK.setCategoryHeight(); CHK.setCategoryHeight();
}); });
...@@ -471,10 +471,6 @@ CHK.initReportApp = function (callback) { ...@@ -471,10 +471,6 @@ CHK.initReportApp = function (callback) {
CHK.loadJson(CHK.jsonPath.pushMessageList, function (json) { CHK.loadJson(CHK.jsonPath.pushMessageList, function (json) {
}); });
//カテゴリー高さ固定
setTimeout(function(){
CHK.setCategoryHeight();
}, 500);
} }
/** /**
......
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