未验证 提交 13b1d239 编写于 作者: M massinger 提交者: GitHub

Update edit.html

上级 bc84e440
......@@ -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,
......@@ -88,4 +84,4 @@ $(".update").click(function(){
$(".back").click(function(){
load_page("html/lan/list.html");
});
</script>
\ No newline at end of file
</script>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册