去掉cancel按钮的重复事件
This commit is contained in:
@@ -588,10 +588,6 @@ $(function(){
|
|||||||
$(this).val(ns);
|
$(this).val(ns);
|
||||||
});*/
|
});*/
|
||||||
$("input[name*='userRegion'][type='text']").addClass("invisibleChar");
|
$("input[name*='userRegion'][type='text']").addClass("invisibleChar");
|
||||||
$("#cancel").on("click",function(){
|
|
||||||
window.history.back();
|
|
||||||
return false;
|
|
||||||
});
|
|
||||||
$("#cancel").on("click",function(){
|
$("#cancel").on("click",function(){
|
||||||
window.history.back();
|
window.history.back();
|
||||||
return false;
|
return false;
|
||||||
|
|||||||
Reference in New Issue
Block a user