修复ftp新增时js异常
This commit is contained in:
@@ -51,12 +51,12 @@
|
||||
submitHandler : function(form) {
|
||||
|
||||
var flag = true;
|
||||
var boxSolidLenth=$(".boxSolid").length;
|
||||
/* var subscribeId=0;
|
||||
//存在隐藏的subscribeId,不算进域配置
|
||||
if($(".boxSolid.hidden").hasClass("subscribeId")){
|
||||
subscribeId=1;
|
||||
}
|
||||
var boxSolidLenth=$(".boxSolid").length;
|
||||
if($(".boxSolid").hasClass("subscribeId")){
|
||||
boxSolidLenth=boxSolidLenth-1;
|
||||
} */
|
||||
|
||||
Reference in New Issue
Block a user