[fusion-commits] r2056 - sandbox/jxlib-3.0/widgets
svn_fusion at osgeo.org
svn_fusion at osgeo.org
Wed Feb 3 16:10:24 EST 2010
Author: madair
Date: 2010-02-03 16:10:22 -0500 (Wed, 03 Feb 2010)
New Revision: 2056
Modified:
sandbox/jxlib-3.0/widgets/SelectAttribute.js
Log:
fix so that the form appears after the first time it gets selected
Modified: sandbox/jxlib-3.0/widgets/SelectAttribute.js
===================================================================
--- sandbox/jxlib-3.0/widgets/SelectAttribute.js 2010-02-03 19:13:20 UTC (rev 2055)
+++ sandbox/jxlib-3.0/widgets/SelectAttribute.js 2010-02-03 21:10:22 UTC (rev 2056)
@@ -200,6 +200,5 @@
};
this.getMap().query(options);
- this.attrRow.style.display = 'none';
}
});
More information about the fusion-commits
mailing list