Update add.html

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

@ -59,10 +59,6 @@ $(".add").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.push({
name:name,

Loading…
Cancel
Save