去掉cancel按钮的重复事件
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user