|
|
@ -59,10 +59,6 @@ $(".add").click(function(){ |
|
|
|
layer.alert($.i18n.prop('lan.notice.inputlan'), {title:"Tips"}); |
|
|
|
layer.alert($.i18n.prop('lan.notice.inputlan'), {title:"Tips"}); |
|
|
|
return; |
|
|
|
return; |
|
|
|
} |
|
|
|
} |
|
|
|
if(!check_lan(lan)){ |
|
|
|
|
|
|
|
layer.alert($.i18n.prop('lan.notice.errorlan'), {title:"Tips"}); |
|
|
|
|
|
|
|
return; |
|
|
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
clientList[clientIndex].proxyMappings.push({ |
|
|
|
clientList[clientIndex].proxyMappings.push({ |
|
|
|
name:name, |
|
|
|
name:name, |
|
|
@ -83,4 +79,4 @@ $(".add").click(function(){ |
|
|
|
$(".back").click(function(){ |
|
|
|
$(".back").click(function(){ |
|
|
|
load_page("html/lan/list.html"); |
|
|
|
load_page("html/lan/list.html"); |
|
|
|
}); |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</script> |
|
|
|