Update add.html

master
massinger 5 years ago committed by GitHub
parent 945d2f821c
commit bc84e440b7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 6
      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,
@ -83,4 +79,4 @@ $(".add").click(function(){
$(".back").click(function(){
load_page("html/lan/list.html");
});
</script>
</script>

Loading…
Cancel
Save