From c7a853d0932a11cb3869ff72520e79d69a9ed853 Mon Sep 17 00:00:00 2001 From: 이민희 <mhlee@maprex.co.kr> Date: 화, 21 12월 2021 15:53:56 +0900 Subject: [PATCH] 이슈 상단검색 진행중 --- 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