Commit f2f4c427 by NGO THI HONG

Fix bug header icon active

parent 6387ec20
...@@ -145,7 +145,7 @@ HEADER.processLogout = function () { ...@@ -145,7 +145,7 @@ HEADER.processLogout = function () {
* Go page of operationList * Go page of operationList
*/ */
HEADER.goOperationList = function () { HEADER.goOperationList = function () {
sessionStorage.activeTab = CONSTANT.PAGE_TAB.OPERATION_LIST; sessionStorage.activeHomePage = CONSTANT.PAGE_NAME.OPERATION_LIST;
OL.init(); OL.init();
}; };
......
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