Plugin Directory

Changeset 884107


Ignore:
Timestamp:
03/29/2014 11:52:26 AM (12 years ago)
Author:
Catapult
Message:

Tagging 1.3.1

Location:
wp-slide-out-tab/tags/1.3.1
Files:
1 edited
3 copied

Legend:

Unmodified
Added
Removed
  • wp-slide-out-tab/tags/1.3.1/readme.txt

    r876599 r884107  
    44Requires at least: 3.7
    55Tested up to: 3.8.1
    6 Stable tag: 1.3
     6Stable tag: 1.3.1
    77License: GPLv2 or later
    88License URI: http://www.gnu.org/licenses/gpl-2.0.html
     
    4141== Changelog ==
    4242
     43= 1.3.1 =
     44* Fixed JS error in IE8
     45
    4346= 1.3 =
    4447* Updated admin to only enqueue dashboard on settings page
  • wp-slide-out-tab/tags/1.3.1/slide-out-tab-script.js

    r811834 r884107  
    99    tabheight=$('#slide-out-tab-tab').height() + 26;
    1010    contentheight=$('#slide-out-tab-content').height() + 31;
    11     console.log('asdf' + tabheight);
     11
    1212    $('#slide-out-tab-wrap').css('bottom',tabheight+'px');
    1313    // On click, slide the tab up and down
Note: See TracChangeset for help on using the changeset viewer.