Changeset 2113405
- Timestamp:
- 06/27/2019 06:48:48 AM (7 years ago)
- Location:
- content-repeater/trunk
- Files:
-
- 3 edited
-
assets/js/cr-scripts.js (modified) (2 diffs)
-
content-repeater.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
content-repeater/trunk/assets/js/cr-scripts.js
r2045559 r2113405 62 62 63 63 function dataEqualHeight() { 64 $ = jQuery; 64 65 if($('[data-equal-height]').closest('.cri').length > 0) { 65 66 $('[data-equal-height]').closest('.cri').parent().addClass('cr-equal-height'); … … 69 70 } 70 71 function doEqualHeight() { 72 $ = jQuery; 71 73 $('.cr-equal-height').each(function() { 72 74 var t = $(this); -
content-repeater/trunk/content-repeater.php
r2110822 r2113405 3 3 * Plugin Name: Content Repeater 4 4 * Description: Quickly set up custom content like Testimonials, Coupons, Products, Flipboxes, Portals, Portfolios, Before & Afters, etc. and display it in interesting ways: Ajax Reload, Masonry, Isotope, Slick Slider, Single Row. 5 * Version: 1.0.1 45 * Version: 1.0.15 6 6 * Author: Denis Buka 7 7 * Text Domain: content-repeater -
content-repeater/trunk/readme.txt
r2110822 r2113405 102 102 = 1.0.14 = 103 103 fix error including files 104 = 1.0.15 = 105 fix javascript error
Note: See TracChangeset
for help on using the changeset viewer.