Changeset 9641 for src/django_gheat/wlheatmap/static
- Timestamp:
- Aug 31, 2011, 4:21:00 PM (13 years ago)
- Location:
- src/django_gheat/wlheatmap/static
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
src/django_gheat/wlheatmap/static/heatmap.js
r9599 r9641 25 25 new OpenLayers.Control.OverviewMap({ 26 26 maximized : false, 27 mapOptions: { theme: null ,},27 mapOptions: { theme: null }, 28 28 }), 29 29 new OpenLayers.Control.MousePosition({ 'displayProjection' : projection_wgs }), -
src/django_gheat/wlheatmap/static/heatmap_extensions.js
r9578 r9641 48 48 }); 49 49 $("#end_date").datepicker({ 50 dateFormat: "dd/mm/yy" ,50 dateFormat: "dd/mm/yy" 51 51 }); 52 52
Note:
See TracChangeset
for help on using the changeset viewer.