Plugin Directory

Changeset 949101


Ignore:
Timestamp:
07/15/2014 09:37:38 PM (12 years ago)
Author:
oscitas
Message:

2.7

  • [Fixes] Fixed first time css load issue.
Location:
easy-responsive-tabs
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • easy-responsive-tabs/tags/2.2/README.txt

    r949082 r949101  
    7171== Changelog ==
    7272
     73= 2.7 =
     74
     75* [Fixes] Fixed first time css load issue.
     76
    7377= 2.6 =
    7478
  • easy-responsive-tabs/tags/2.2/easy_res_tab.php

    r944740 r949101  
    44  Plugin URI: http://www.oscitasthemes.com
    55  Description: Make bootstrap tabs res.
    6   Version: 2.6
     6  Version: 2.7
    77  Author: oscitas
    88  Author URI: http://www.oscitasthemes.com
    99  License: Under the GPL v2 or later
    1010 */
    11 define('ERT_VERSION', '2.5');
     11define('ERT_VERSION', '2.7');
    1212define('ERT_BASE_URL', plugins_url('',__FILE__));
    1313define('ERT_ASSETS_URL', ERT_BASE_URL . '/assets/');
     
    253253        wp_enqueue_script('ert_tab_js',ERT_ASSETS_URL.$this->resjs_path,array('jquery'),ERT_VERSION,true);
    254254        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');
    257259    }
    258260
  • easy-responsive-tabs/trunk/README.txt

    r949082 r949101  
    7171== Changelog ==
    7272
     73= 2.7 =
     74
     75* [Fixes] Fixed first time css load issue.
     76
    7377= 2.6 =
    7478
  • easy-responsive-tabs/trunk/easy_res_tab.php

    r944740 r949101  
    44  Plugin URI: http://www.oscitasthemes.com
    55  Description: Make bootstrap tabs res.
    6   Version: 2.6
     6  Version: 2.7
    77  Author: oscitas
    88  Author URI: http://www.oscitasthemes.com
    99  License: Under the GPL v2 or later
    1010 */
    11 define('ERT_VERSION', '2.5');
     11define('ERT_VERSION', '2.7');
    1212define('ERT_BASE_URL', plugins_url('',__FILE__));
    1313define('ERT_ASSETS_URL', ERT_BASE_URL . '/assets/');
     
    253253        wp_enqueue_script('ert_tab_js',ERT_ASSETS_URL.$this->resjs_path,array('jquery'),ERT_VERSION,true);
    254254        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');
    257259    }
    258260
Note: See TracChangeset for help on using the changeset viewer.