Plugin Directory

Changeset 2113405


Ignore:
Timestamp:
06/27/2019 06:48:48 AM (7 years ago)
Author:
db0112358
Message:

fix js error

Location:
content-repeater/trunk
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • content-repeater/trunk/assets/js/cr-scripts.js

    r2045559 r2113405  
    6262
    6363function dataEqualHeight() {
     64    $ = jQuery;
    6465    if($('[data-equal-height]').closest('.cri').length > 0) {
    6566        $('[data-equal-height]').closest('.cri').parent().addClass('cr-equal-height');
     
    6970}
    7071function doEqualHeight() {
     72    $ = jQuery;
    7173    $('.cr-equal-height').each(function() {
    7274        var t = $(this);
  • content-repeater/trunk/content-repeater.php

    r2110822 r2113405  
    33 * Plugin Name: Content Repeater
    44 * 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.14
     5 * Version: 1.0.15
    66 * Author: Denis Buka
    77 * Text Domain: content-repeater
  • content-repeater/trunk/readme.txt

    r2110822 r2113405  
    102102= 1.0.14 =
    103103fix error including files
     104= 1.0.15 =
     105fix javascript error
Note: See TracChangeset for help on using the changeset viewer.