From 9f97dc22027e701a6e764f5e4fe0351796438e3b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=AE=B5=E5=86=AC=E6=A2=85?= Date: Tue, 9 Apr 2019 15:45:53 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89cancel=E6=8C=89=E9=92=AE?= =?UTF-8?q?=E7=9A=84=E9=87=8D=E5=A4=8D=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/static/global/scripts/common.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/main/webapp/static/global/scripts/common.js b/src/main/webapp/static/global/scripts/common.js index 6149e49d7..423ef31e4 100644 --- a/src/main/webapp/static/global/scripts/common.js +++ b/src/main/webapp/static/global/scripts/common.js @@ -588,10 +588,6 @@ $(function(){ $(this).val(ns); });*/ $("input[name*='userRegion'][type='text']").addClass("invisibleChar"); - $("#cancel").on("click",function(){ - window.history.back(); - return false; - }); $("#cancel").on("click",function(){ window.history.back(); return false;