[fusion-commits] r1761 - branches/fusion-1.1/widgets

svn_fusion at osgeo.org svn_fusion at osgeo.org
Mon Feb 2 14:19:46 EST 2009


Author: madair
Date: 2009-02-02 14:19:46 -0500 (Mon, 02 Feb 2009)
New Revision: 1761

Modified:
   branches/fusion-1.1/widgets/InvokeURL.js
Log:
re #208: fix in 1.1 branch

Modified: branches/fusion-1.1/widgets/InvokeURL.js
===================================================================
--- branches/fusion-1.1/widgets/InvokeURL.js	2009-02-02 19:18:08 UTC (rev 1760)
+++ branches/fusion-1.1/widgets/InvokeURL.js	2009-02-02 19:19:46 UTC (rev 1761)
@@ -117,7 +117,7 @@
             if ( pageElement ) {
                 pageElement.src = url;
             } else {
-                window.open(url, this.sTarget, this.sWinFeatures);
+                window.open(url, this.sTarget, this.sFeatures);
             }
         }
     }



More information about the fusion-commits mailing list