Changeset 1400813
- Timestamp:
- 04/20/2016 10:14:16 PM (10 years ago)
- Location:
- pushpress-integration
- Files:
-
- 2 edited
- 4 copied
-
tags/1.4.9.1 (copied) (copied from pushpress-integration/trunk)
-
tags/1.4.9.1/js_admin/pushpress.js (copied) (copied from pushpress-integration/trunk/js_admin/pushpress.js) (1 diff)
-
tags/1.4.9.1/pushpress.php (copied) (copied from pushpress-integration/trunk/pushpress.php)
-
tags/1.4.9.1/readme.txt (copied) (copied from pushpress-integration/trunk/readme.txt) (1 diff)
-
trunk/js_admin/pushpress.js (modified) (1 diff)
-
trunk/readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
pushpress-integration/tags/1.4.9.1/js_admin/pushpress.js
r1400811 r1400813 16 16 if (url.match('#')) { 17 17 18 $('.nav-tab-wrapper a[href= #' + url.split('#')[1] + ']').addClass('nav-tab-active');18 $('.nav-tab-wrapper a[href="#' + url.split('#')[1] + '"]').addClass('nav-tab-active'); 19 19 20 20 var tabPaneActive = $('.nav-tab-wrapper a[href="#' + url.split('#')[1] + '"]').attr('aria-controls'); -
pushpress-integration/tags/1.4.9.1/readme.txt
r1400811 r1400813 3 3 Tags: pushpress, gym, management, billing 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 4.15 Tested up to: 4.5 6 6 Stable tag: 1.4.9 7 7 License: GPLv2 or later -
pushpress-integration/trunk/js_admin/pushpress.js
r1400811 r1400813 16 16 if (url.match('#')) { 17 17 18 $('.nav-tab-wrapper a[href= #' + url.split('#')[1] + ']').addClass('nav-tab-active');18 $('.nav-tab-wrapper a[href="#' + url.split('#')[1] + '"]').addClass('nav-tab-active'); 19 19 20 20 var tabPaneActive = $('.nav-tab-wrapper a[href="#' + url.split('#')[1] + '"]').attr('aria-controls'); -
pushpress-integration/trunk/readme.txt
r1400811 r1400813 3 3 Tags: pushpress, gym, management, billing 4 4 Requires at least: 3.0.1 5 Tested up to: 4. 4.15 Tested up to: 4.5 6 6 Stable tag: 1.4.9 7 7 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.