Plugin Directory

Changeset 141837


Ignore:
Timestamp:
08/01/2009 07:58:21 PM (16 years ago)
Author:
RogerTheriault
Message:

moved enqueues back to head for Google Map issue

File:
1 edited

Legend:

Unmodified
Added
Removed
  • great-real-estate/trunk/great-real-estate.php

    r139920 r141837  
    135135    if ( $googlekey ) {
    136136        $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 );
    139139    }
    140140 else {
Note: See TracChangeset for help on using the changeset viewer.