From e18953facde075034c5bc7a5948be0125174cead Mon Sep 17 00:00:00 2001
From: zhongqbin <673351099@qq.com>
Date: Thu, 21 Jun 2018 17:22:04 +0800
Subject: [PATCH] fix the cancel button not working in IE
fix the cancel button not working in IE
---
.../main/webapp/WEB-INF/jsp/forgottenpassword-search.jsp | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/server/src/main/webapp/WEB-INF/jsp/forgottenpassword-search.jsp b/server/src/main/webapp/WEB-INF/jsp/forgottenpassword-search.jsp
index b2c8fc929..a4b318a96 100644
--- a/server/src/main/webapp/WEB-INF/jsp/forgottenpassword-search.jsp
+++ b/server/src/main/webapp/WEB-INF/jsp/forgottenpassword-search.jsp
@@ -52,10 +52,7 @@
-
+ <%@ include file="/WEB-INF/jsp/fragment/cancel-button.jsp" %>
@@ -68,6 +65,7 @@
+<%@ include file="/WEB-INF/jsp/fragment/cancel-form.jsp" %>
<%@ include file="fragment/footer.jsp" %>