Changeset 1331325
- Timestamp:
- 01/19/2016 01:59:01 PM (10 years ago)
- Location:
- glofox/trunk
- Files:
-
- 2 edited
-
glofox.php (modified) (2 diffs)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
glofox/trunk/glofox.php
r1330397 r1331325 4 4 * Plugin URI: http://glofox.com 5 5 * Description: This plugin is for integrating Glofox with your site. 6 * Version: 1.0. 36 * Version: 1.0.4 7 7 * Author: Timmy Fisher 8 8 * Author URI: http://glofox.com … … 24 24 25 25 function auto_height_adjuster() { 26 wp_enqueue_script( 'glofox-script-1', 'http://www.glofox .com/js/pages/websites/easyXDM.debug.js' );27 wp_enqueue_script( 'glofox-script-2', 'http://www.glofox .com/js/pages/websites/iframe_client.js' );26 wp_enqueue_script( 'glofox-script-1', 'http://www.glofoxlogin.com/js/pages/websites/easyXDM.debug.js' ); 27 wp_enqueue_script( 'glofox-script-2', 'http://www.glofoxlogin.com/js/pages/websites/iframe_client.js' ); 28 28 wp_enqueue_style( 'glofox-style', plugin_dir_url( __FILE__ ) . 'assets/css/glofox.css'); 29 29 } -
glofox/trunk/readme.txt
r1330397 r1331325 43 43 == Changelog == 44 44 45 = 1.0. 3=45 = 1.0.4 = 46 46 * Bug fixing 47 47
Note: See TracChangeset
for help on using the changeset viewer.