Changeset 702301
- Timestamp:
- 04/23/2013 03:20:02 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
travel-search/tags/1.2.3/classes/tgSearchboxesRenderer.class.php
r702284 r702301 71 71 $this->atts = json_decode($this->atts['options'], true); 72 72 } 73 74 /* on admin section we shouldn't use JS since the JS hadnling is not included on these pages */ 75 if (is_admin()) 76 $this->atts['usejavascript'] = false; 73 77 74 78 if (!isset($this->atts['usejavascript']))
Note: See TracChangeset
for help on using the changeset viewer.