From ca15e5b9de8200a020bd1e5dd62fff268ef13fed Mon Sep 17 00:00:00 2001
From: LiJun <LiJun@192.168.10.18>
Date: 星期二, 06 十一月 2018 13:44:49 +0800
Subject: [PATCH] 修改首页上的图例上的机房停电改成停电机房

---
 gx_tieta/WebRoot/index.jsp |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gx_tieta/WebRoot/index.jsp b/gx_tieta/WebRoot/index.jsp
index 8d57304..a21aa51 100644
--- a/gx_tieta/WebRoot/index.jsp
+++ b/gx_tieta/WebRoot/index.jsp
@@ -1570,7 +1570,7 @@
 		var iconList = $('<div class="explain-list" style="padding: 4px 6px; border-bottom: 1px slid #ccc; display:block"></div>');
 		var input = $('<input type="checkbox" data-img="item-poff" checked="checked">');
 		var icon = $('<img src="'+mapImages.powercut+'">');
-		var span = $('<span>鏈烘埧鍋滅數</span>');
+		var span = $('<span>鍋滅數鏈烘埧</span>');
 		iconList.append(input);
 		iconList.append(span);
 		iconList.append(icon);

--
Gitblit v1.9.1