Revision: 2546
Author: seba.wagner
Date: Tue Oct 27 07:35:57 2009
Log: Fix and sort some of the file extensions sothat firefox does not crash
when opening upload dialog
http://code.google.com/p/openmeetings/source/detail?r=2546
Modified:
/trunk/singlewebapp/WebContent/openmeetings/base/components/upload/fileUpload.lzx
=======================================
---
/trunk/singlewebapp/WebContent/openmeetings/base/components/upload/fileUpload.lzx
Sun Oct 25 11:15:51 2009
+++
/trunk/singlewebapp/WebContent/openmeetings/base/components/upload/fileUpload.lzx
Tue Oct 27 07:35:57 2009
@@ -51,7 +51,7 @@
var imageTypes = new Object();
imageTypes.description = "Allowed Files";
- imageTypes.extension = "*.tga; *.xcf; *.wpg;
*.txt; *.ico; *.ttf;
*.pcd; *.pcds; *.ps; *.psd; *.tiff; *.bmp; *.svg; *.dpx; *.exr; *.jpg;
*.jpeg; *.gif; *.png; *.ppt; *.pptx; *.odp; *.odt; *.wpd; *.doc; *.docx;
*.rtf; *.txt; *.ods; *.sxc; *.xls; *.xlsx; *.sxi; *.pdf";
+ imageTypes.extension = "*.txt; *.pcd; *.ps;
*.psd; *.tiff; *.bmp;
*.svg; *.jpg; *.jpeg; *.gif; *.png; *.ppt; *.pptx; *.odp; *.odt; *.doc;
*.docx; *.rtf; *.txt; *.ods; *.sxc; *.xls; *.xlsx; *.pdf";
allTypes.push(imageTypes);
imageTypes = new Object();
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"OpenMeetings developers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/openmeetings-dev?hl=en
-~----------~----~----~----~------~----~------~--~---