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