|
|
@ -64,10 +64,6 @@ $(".update").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[mappingIndex]= { |
|
|
|
clientList[clientIndex].proxyMappings[mappingIndex]= { |
|
|
|
name:name, |
|
|
|
name:name, |
|
|
@ -88,4 +84,4 @@ $(".update").click(function(){ |
|
|
|
$(".back").click(function(){ |
|
|
|
$(".back").click(function(){ |
|
|
|
load_page("html/lan/list.html"); |
|
|
|
load_page("html/lan/list.html"); |
|
|
|
}); |
|
|
|
}); |
|
|
|
</script> |
|
|
|
</script> |
|
|
|