From 6f01a8756fe38c0d6565c369005142adda4b9b57 Mon Sep 17 00:00:00 2001 From: “shentao” Date: Thu, 26 Jan 2017 16:19:00 +0800 Subject: rebuild GUI structure(only changed modules' name) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Issue-id : CLIENT-14 Change-Id: Ie4fa30f1a51393576fbdc68e12d810565cbf06eb Signed-off-by: “shentao” --- .../src/main/webapp/common/js/Main2moreMenu.js | 17 ----------------- 1 file changed, 17 deletions(-) delete mode 100644 portal-common/src/main/webapp/common/js/Main2moreMenu.js (limited to 'portal-common/src/main/webapp/common/js/Main2moreMenu.js') diff --git a/portal-common/src/main/webapp/common/js/Main2moreMenu.js b/portal-common/src/main/webapp/common/js/Main2moreMenu.js deleted file mode 100644 index 576595fb..00000000 --- a/portal-common/src/main/webapp/common/js/Main2moreMenu.js +++ /dev/null @@ -1,17 +0,0 @@ -/* - * Copyright 2016-2017, CMCC Technologies Co., Ltd. - * - * Licensed under the Apache License, Version 2.0 (the "License"); - * you may not use this file except in compliance with the License. - * You may obtain a copy of the License at - * - * http://www.apache.org/licenses/LICENSE-2.0 - * - * Unless required by applicable law or agreed to in writing, software - * distributed under the License is distributed on an "AS IS" BASIS, - * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. - * See the License for the specific language governing permissions and - * limitations under the License. - */ -var sideBarMenu_to_moreMenu_frame = new Array(); -var horBarMenu_to_moreMenu_frame = new Array(); -- cgit 1.2.3-korg