From 5ffe06ecf03ebba9366cde5d3fc547327500d10f Mon Sep 17 00:00:00 2001
From: hdw <hdw@192.168.137.1>
Date: 星期六, 19 一月 2019 09:16:57 +0800
Subject: [PATCH] 屏蔽拖动验证
---
gx_tieta/WebRoot/mobil/batt-infor-conf-temp.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/gx_tieta/WebRoot/mobil/batt-infor-conf-temp.html b/gx_tieta/WebRoot/mobil/batt-infor-conf-temp.html
index 14af2d2..327889b 100644
--- a/gx_tieta/WebRoot/mobil/batt-infor-conf-temp.html
+++ b/gx_tieta/WebRoot/mobil/batt-infor-conf-temp.html
@@ -461,8 +461,8 @@
}else{
editParm();
}
- function backpage(){window.location.href="ele-param1.html";}
- setTimeout(backpage,500);
+ // function backpage(){window.location.href="ele-param1.html";}
+ // setTimeout(backpage,500);
});
$("#cancel").click(function(){
window.location.href="ele-param1.html";
--
Gitblit v1.9.1