Commit f2f4c427 by NGO THI HONG

Fix bug header icon active

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