Changeset 1211
- Timestamp:
- 07/02/09 23:43:13 (4 years ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
apps/opengeo/geoexplorer/trunk/src/script/app/GeoExplorer.js
r1203 r1211 520 520 candidate = candidate || all[0]; 521 521 if(vis.length === 0) { 522 candidate.get("layer").setVisibility(true); 522 window.setTimeout(function() { 523 candidate.get("layer").setVisibility(true); 524 }, 0); 523 525 } else if(vis.length > 1) { 524 526 Ext.each(vis, function(r) {