修正阻断页面template格式文件后缀为.htmp校验
This commit is contained in:
@@ -47,7 +47,7 @@
|
||||
//循环比较
|
||||
for(var i=0;i<arr.length;i++)
|
||||
{
|
||||
if(ext == arr[i] && (ext == $("#contentType").val() || $("#contentType").val() ==""))
|
||||
if(ext == arr[i])
|
||||
{
|
||||
flag = true; //一旦找到合适的,立即退出循环
|
||||
break;
|
||||
|
||||
Reference in New Issue
Block a user