From 292303cbe3fd8b105bdd41fa72efe9da67bdc81d Mon Sep 17 00:00:00 2001 From: OldHawk Date: Sat, 20 Jan 2018 08:16:43 +0800 Subject: [PATCH] fix(core): move textcomplete dropdown menu --- modules/core/client/config/core.client.route-filter.js | 1 + 1 file changed, 1 insertion(+) diff --git a/modules/core/client/config/core.client.route-filter.js b/modules/core/client/config/core.client.route-filter.js index 109b98b0..8f18b290 100644 --- a/modules/core/client/config/core.client.route-filter.js +++ b/modules/core/client/config/core.client.route-filter.js @@ -13,6 +13,7 @@ function stateChangeStart(event, toState, toParams, fromState, fromParams) { $('.side-background').remove(); + $('.textcomplete-dropdown').remove(); // Check authentication before changing state if (toState.data && toState.data.roles && toState.data.roles.length > 0) { var allowed = false;