Changeset 490579
- Timestamp:
- 01/16/2012 12:20:46 PM (14 years ago)
- File:
-
- 1 edited
-
nokia-mapsplaces/trunk/page/js/core.js (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
nokia-mapsplaces/trunk/page/js/core.js
r490575 r490579 55 55 56 56 var hidePlaceWidget = function(){ 57 setLayout.call(jQuery('#layoutOptions li')[2]); 57 if(widget){ 58 setLayout.call(jQuery('#layoutOptions li#layoutCompact')[0]); 59 } 60 else{ 61 setLayout.call(jQuery('#layoutOptions li#layoutBasic')[0]); 62 } 58 63 59 64 jQuery('#headerStep2, #placeWidgetContainer').addClass('hidden');
Note: See TracChangeset
for help on using the changeset viewer.