Changeset 6555
- Timestamp:
- 03/19/08 15:38:25 (10 months ago)
- Files:
-
- trunk/openlayers/lib/OpenLayers/Util.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/openlayers/lib/OpenLayers/Util.js
r6519 r6555 819 819 // if no url specified, take it from the location bar 820 820 url = url || window.location.href; 821 if (url == null) {822 url = window.location.href;823 }824 821 825 822 //parse out parameters portion of url string
