Changeset 949101
- Timestamp:
- 07/15/2014 09:37:38 PM (12 years ago)
- Location:
- easy-responsive-tabs
- Files:
-
- 4 edited
-
tags/2.2/README.txt (modified) (1 diff)
-
tags/2.2/easy_res_tab.php (modified) (2 diffs)
-
trunk/README.txt (modified) (1 diff)
-
trunk/easy_res_tab.php (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
easy-responsive-tabs/tags/2.2/README.txt
r949082 r949101 71 71 == Changelog == 72 72 73 = 2.7 = 74 75 * [Fixes] Fixed first time css load issue. 76 73 77 = 2.6 = 74 78 -
easy-responsive-tabs/tags/2.2/easy_res_tab.php
r944740 r949101 4 4 Plugin URI: http://www.oscitasthemes.com 5 5 Description: Make bootstrap tabs res. 6 Version: 2. 66 Version: 2.7 7 7 Author: oscitas 8 8 Author URI: http://www.oscitasthemes.com 9 9 License: Under the GPL v2 or later 10 10 */ 11 define('ERT_VERSION', '2. 5');11 define('ERT_VERSION', '2.7'); 12 12 define('ERT_BASE_URL', plugins_url('',__FILE__)); 13 13 define('ERT_ASSETS_URL', ERT_BASE_URL . '/assets/'); … … 253 253 wp_enqueue_script('ert_tab_js',ERT_ASSETS_URL.$this->resjs_path,array('jquery'),ERT_VERSION,true); 254 254 wp_enqueue_style('ert_tab_css',ERT_ASSETS_URL.$this->rescss_path); 255 if (isset($_SESSION['ert_js'])) wp_enqueue_script('ert_js',ERT_ASSETS_URL.'js/ert_js.php',array('jquery','ert_tab_js'),ERT_VERSION,true); 256 if (isset($_SESSION['ert_css'])) wp_enqueue_style('ert_css',ERT_ASSETS_URL.'css/ert_css.php'); 255 //if (isset($_SESSION['ert_js'])) 256 wp_enqueue_script('ert_js',ERT_ASSETS_URL.'js/ert_js.php',array('jquery','ert_tab_js'),ERT_VERSION,true); 257 //if (isset($_SESSION['ert_css'])) 258 wp_enqueue_style('ert_css',ERT_ASSETS_URL.'css/ert_css.php'); 257 259 } 258 260 -
easy-responsive-tabs/trunk/README.txt
r949082 r949101 71 71 == Changelog == 72 72 73 = 2.7 = 74 75 * [Fixes] Fixed first time css load issue. 76 73 77 = 2.6 = 74 78 -
easy-responsive-tabs/trunk/easy_res_tab.php
r944740 r949101 4 4 Plugin URI: http://www.oscitasthemes.com 5 5 Description: Make bootstrap tabs res. 6 Version: 2. 66 Version: 2.7 7 7 Author: oscitas 8 8 Author URI: http://www.oscitasthemes.com 9 9 License: Under the GPL v2 or later 10 10 */ 11 define('ERT_VERSION', '2. 5');11 define('ERT_VERSION', '2.7'); 12 12 define('ERT_BASE_URL', plugins_url('',__FILE__)); 13 13 define('ERT_ASSETS_URL', ERT_BASE_URL . '/assets/'); … … 253 253 wp_enqueue_script('ert_tab_js',ERT_ASSETS_URL.$this->resjs_path,array('jquery'),ERT_VERSION,true); 254 254 wp_enqueue_style('ert_tab_css',ERT_ASSETS_URL.$this->rescss_path); 255 if (isset($_SESSION['ert_js'])) wp_enqueue_script('ert_js',ERT_ASSETS_URL.'js/ert_js.php',array('jquery','ert_tab_js'),ERT_VERSION,true); 256 if (isset($_SESSION['ert_css'])) wp_enqueue_style('ert_css',ERT_ASSETS_URL.'css/ert_css.php'); 255 //if (isset($_SESSION['ert_js'])) 256 wp_enqueue_script('ert_js',ERT_ASSETS_URL.'js/ert_js.php',array('jquery','ert_tab_js'),ERT_VERSION,true); 257 //if (isset($_SESSION['ert_css'])) 258 wp_enqueue_style('ert_css',ERT_ASSETS_URL.'css/ert_css.php'); 257 259 } 258 260
Note: See TracChangeset
for help on using the changeset viewer.