Update edit.html

master
massinger 5 years ago committed by GitHub
parent bc84e440b7
commit 13b1d2391a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      proxy-server/webpages/lanproxy-config/html/lan/edit.html

@ -64,10 +64,6 @@ $(".update").click(function(){
layer.alert($.i18n.prop('lan.notice.inputlan'), {title:"Tips"});
return;
}
if(!check_lan(lan)){
layer.alert($.i18n.prop('lan.notice.errorlan'), {title:"Tips"});
return;
}
clientList[clientIndex].proxyMappings[mappingIndex]= {
name:name,

Loading…
Cancel
Save