Changeset 141837
- Timestamp:
- 08/01/2009 07:58:21 PM (16 years ago)
- File:
-
- 1 edited
-
great-real-estate/trunk/great-real-estate.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
great-real-estate/trunk/great-real-estate.php
r139920 r141837 135 135 if ( $googlekey ) { 136 136 $googlepath = "http://www.google.com/jsapi?key=" . $googlekey; 137 wp_enqueue_script( 'google', $googlepath, FALSE, false, true );138 wp_enqueue_script( 'google-gre', GRE_URLPATH . 'js/google.gre.js', array( 'google','jquery','jquery-ui-core','jquery-ui-tabs' ), '0.1.0', true );137 wp_enqueue_script( 'google', $googlepath, FALSE, false, false ); 138 wp_enqueue_script( 'google-gre', GRE_URLPATH . 'js/google.gre.js', array( 'google','jquery','jquery-ui-core','jquery-ui-tabs' ), '0.1.0', false ); 139 139 } 140 140 else {
Note: See TracChangeset
for help on using the changeset viewer.