Plugin Directory

Changeset 212244


Ignore:
Timestamp:
03/02/2010 08:27:13 PM (16 years ago)
Author:
DeannaS
Message:

Fixing pathing issue.

Location:
google-maps-embed/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • google-maps-embed/trunk/cets_EmbedGmaps.php

    r206751 r212244  
    8686                add_action( 'admin_head', array(&$this, 'EditorCSS') );
    8787                add_action( 'admin_footer', array(&$this, 'OutputjQueryDialogDiv') );
    88                 wp_enqueue_script( 'jquery-ui-draggable', plugins_url('/cets_EmbedGmaps/lib/jquery-ui/ui.draggable.js'), array('jquery-ui-core'), '1.5.2' );
    89                 wp_enqueue_script( 'jquery-ui-resizable', plugins_url('/cets_EmbedGmaps/lib/jquery-ui/ui.resizable.js'), array('jquery-ui-core'), '1.5.2' );
    90                 wp_enqueue_script( 'jquery-ui-dialog', plugins_url('/cets_EmbedGmaps/lib/jquery-ui/ui.dialog.js'), array('jquery-ui-core'), '1.5.2' );
    91                 wp_enqueue_style( 'cets-jquery-ui', plugins_url('/cets_EmbedGmaps/lib/jquery-ui/cets-jquery-ui.css'), array(), $this->version, 'screen' );
     88                wp_enqueue_script( 'jquery-ui-draggable', plugins_url('/google-maps-embed/lib/jquery-ui/ui.draggable.js'), array('jquery-ui-core'), '1.5.2' );
     89                wp_enqueue_script( 'jquery-ui-resizable', plugins_url('/google-maps-embed/lib/jquery-ui/ui.resizable.js'), array('jquery-ui-core'), '1.5.2' );
     90                wp_enqueue_script( 'jquery-ui-dialog', plugins_url('/google-maps-embed/lib/jquery-ui/ui.dialog.js'), array('jquery-ui-core'), '1.5.2' );
     91                wp_enqueue_style( 'cets-jquery-ui', plugins_url('/google-maps-embed/lib/jquery-ui/cets-jquery-ui.css'), array(), $this->version, 'screen' );
    9292        }
    9393    }
  • google-maps-embed/trunk/readme.txt

    r206751 r212244  
    4141== Changelog ==
    4242
     431.4.1 - fixed pathing issue
     44
    43451.4 - updated to make both the visual and html editor use the same popup, eliminating the need for wp-load.
    4446
Note: See TracChangeset for help on using the changeset viewer.