Commit 348c889d by Yujin Seo

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

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