Changeset 2051147
- Timestamp:
- 03/15/2019 09:45:18 AM (7 years ago)
- Location:
- content-repeater/trunk
- Files:
-
- 2 edited
-
assets/js/cr-admin-scripts.js (modified) (1 diff)
-
content-repeater.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
content-repeater/trunk/assets/js/cr-admin-scripts.js
r2045559 r2051147 190 190 cancel: '.cr-remove-image-button', 191 191 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); 194 194 } 195 195 }); -
content-repeater/trunk/content-repeater.php
r2045559 r2051147 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. 05 * Version: 1.0.1 6 6 * Author: Denis Buka 7 7 * Text Domain: content-repeater
Note: See TracChangeset
for help on using the changeset viewer.