Changeset 212244
- Timestamp:
- 03/02/2010 08:27:13 PM (16 years ago)
- Location:
- google-maps-embed/trunk
- Files:
-
- 2 edited
-
cets_EmbedGmaps.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
google-maps-embed/trunk/cets_EmbedGmaps.php
r206751 r212244 86 86 add_action( 'admin_head', array(&$this, 'EditorCSS') ); 87 87 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' ); 92 92 } 93 93 } -
google-maps-embed/trunk/readme.txt
r206751 r212244 41 41 == Changelog == 42 42 43 1.4.1 - fixed pathing issue 44 43 45 1.4 - updated to make both the visual and html editor use the same popup, eliminating the need for wp-load. 44 46
Note: See TracChangeset
for help on using the changeset viewer.