From 6565e26508224b5d1de1ff7cf0f263fe196790e9 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 21 12월 2021 15:54:06 +0900 Subject: [PATCH] Merge branch 'master' of http://192.168.0.25:9001/r/owl-kisa --- src/main/webapp/scripts/config.js | 10 +++++----- 1 files changed, 5 insertions(+), 5 deletions(-) diff --git a/src/main/webapp/scripts/config.js b/src/main/webapp/scripts/config.js index 3622771..80eab3a 100644 --- a/src/main/webapp/scripts/config.js +++ b/src/main/webapp/scripts/config.js @@ -521,11 +521,6 @@ $("#page-container").trigger("click"); $("body").unbind("click"); - // �씠�뒋 寃��깋 �럹�씠吏��뿉�꽌 踰쀬뼱�궇 寃쎌슦 泥섎━ - if ($rootScope.isMainSearch) { - $rootScope.isMainSearch = false; - } - var $uibModalStack = $injector.get('$uibModalStack'); $uibModalStack.dismissAll(); @@ -574,6 +569,11 @@ $rootScope.checkPrimaryWorkspace(); } } + + // �씠�뒋 寃��깋 �럹�씠吏��뿉�꽌 踰쀬뼱�궇 寃쎌슦 泥섎━ + if ($rootScope.isMainSearch) { + $rootScope.isMainSearch = false; + } }); // if ui-router $http occur error, trigger this event -- Gitblit v1.8.0