Commit 710b9d07 by Yujin Seo

Revert "・For moving dashboard or operationList after logout&login in Windows"

This reverts commit 348c889d.
parent 348c889d
......@@ -440,15 +440,7 @@ CHK.initCommon = function() {
//save url parameter of top page
CHK.saveInitSession();
}
CHK.loadDashboardSetting(function () {
if (CHK_Footer.isIndexPage()) {
if (CHK.dashboardSetting.dashboardHome) {
CHK_Footer.goDashboard();
} else {
CHK_Footer.goOperationList();
}
}
});
CHK.loadDashboardSetting();
// ウェブの場合、作業一覧の表示広さを変更
if (CHK.isWeb) {
......
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