Plugin Directory

Changeset 2051147


Ignore:
Timestamp:
03/15/2019 09:45:18 AM (7 years ago)
Author:
db0112358
Message:

fixed images::gallery field sorting issue

Location:
content-repeater/trunk
Files:
2 edited

Legend:

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

    r2045559 r2051147  
    190190            cancel: '.cr-remove-image-button',
    191191            update : function(e, ui) {
    192                 var result = $('.cr-upload-image-list').sortable('toArray', {attribute: 'data-id'});
    193                 $('.cr-upload-image-list').parents('.cr-upload-image-wrap').find('.cr-upload-image-holder').val(result);
     192                var result = $(this).sortable('toArray', {attribute: 'data-id'});
     193                $(this).parents('.cr-upload-image-wrap').find('.cr-upload-image-holder').val(result);
    194194            }
    195195        });
  • content-repeater/trunk/content-repeater.php

    r2045559 r2051147  
    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.0
     5 * Version: 1.0.1
    66 * Author: Denis Buka
    77 * Text Domain: content-repeater
Note: See TracChangeset for help on using the changeset viewer.