[Commits] r1697 - sandbox/cmoullet/ux/LayerManager/ux/widgets
commits at geoext.org
commits at geoext.org
Sun Jan 10 16:08:39 CET 2010
Author: cmoullet
Date: 2010-01-10 16:08:38 +0100 (Sun, 10 Jan 2010)
New Revision: 1697
Modified:
sandbox/cmoullet/ux/LayerManager/ux/widgets/LayerManagerExportWindow.js
Log:
Add a flash check
Modified: sandbox/cmoullet/ux/LayerManager/ux/widgets/LayerManagerExportWindow.js
===================================================================
--- sandbox/cmoullet/ux/LayerManager/ux/widgets/LayerManagerExportWindow.js 2010-01-10 14:59:35 UTC (rev 1696)
+++ sandbox/cmoullet/ux/LayerManager/ux/widgets/LayerManagerExportWindow.js 2010-01-10 15:08:38 UTC (rev 1697)
@@ -66,8 +66,7 @@
'afterlayout', function() {
var el = Ext.get('downloadify');
var baseUrl = scriptSource.replace('/widgets/LayerManagerExportWindow.js','');
- if (el && !this.downloadifyLoaded) {
- //alert('downloadify exists');
+ if (el && !this.downloadifyLoaded && GetFlashVersion() < 10.00) {
Downloadify.create('downloadify', {
filename: function() {
return document.getElementById('filename').value;
More information about the Commits
mailing list