Changeset 884107
- Timestamp:
- 03/29/2014 11:52:26 AM (12 years ago)
- Location:
- wp-slide-out-tab/tags/1.3.1
- Files:
-
- 1 edited
- 3 copied
-
. (copied) (copied from wp-slide-out-tab/trunk)
-
readme.txt (copied) (copied from wp-slide-out-tab/trunk/readme.txt) (2 diffs)
-
slide-out-tab-script.js (modified) (1 diff)
-
slide-out-tab.php (copied) (copied from wp-slide-out-tab/trunk/slide-out-tab.php)
Legend:
- Unmodified
- Added
- Removed
-
wp-slide-out-tab/tags/1.3.1/readme.txt
r876599 r884107 4 4 Requires at least: 3.7 5 5 Tested up to: 3.8.1 6 Stable tag: 1.3 6 Stable tag: 1.3.1 7 7 License: GPLv2 or later 8 8 License URI: http://www.gnu.org/licenses/gpl-2.0.html … … 41 41 == Changelog == 42 42 43 = 1.3.1 = 44 * Fixed JS error in IE8 45 43 46 = 1.3 = 44 47 * Updated admin to only enqueue dashboard on settings page -
wp-slide-out-tab/tags/1.3.1/slide-out-tab-script.js
r811834 r884107 9 9 tabheight=$('#slide-out-tab-tab').height() + 26; 10 10 contentheight=$('#slide-out-tab-content').height() + 31; 11 console.log('asdf' + tabheight); 11 12 12 $('#slide-out-tab-wrap').css('bottom',tabheight+'px'); 13 13 // On click, slide the tab up and down
Note: See TracChangeset
for help on using the changeset viewer.