去掉视频ogv类型
This commit is contained in:
@@ -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']"));
|
||||
|
||||
Reference in New Issue
Block a user