去掉视频ogv类型

This commit is contained in:
段冬梅
2018-12-11 20:47:25 +08:00
parent 1c770e0ee7
commit c66feefe3e
2 changed files with 2 additions and 2 deletions

View File

@@ -18,7 +18,7 @@ $(function(){
fileType=["bmp","jpg","jpeg","tiff","raw","gif","png"];
}
if(sfd==31){
fileType=["mp4","flv","asf","wmv","avi","mpeg","mov","dat","m4v","m4p","m4b","webm","ogv","wav","mp3"];
fileType=["mp4","flv","asf","wmv","avi","mpeg","mov","dat","m4v","m4p","m4b","webm","wav","mp3"];
}
$("#fileNoteInfo").attr("title","<spring:message code='select_file'/>: "+fileType);
switchIpType($("select[name$='ipType']"));