Changeset 2061120
- Timestamp:
- 04/01/2019 05:54:37 PM (7 years ago)
- Location:
- content-repeater/trunk
- Files:
-
- 4 edited
-
content-repeater.php (modified) (1 diff)
-
includes/publish-and-new.php (modified) (1 diff)
-
readme.txt (modified) (1 diff)
-
repeaters/slick-slider/slick-slider.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
content-repeater/trunk/content-repeater.php
r2061083 r2061120 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. 85 * Version: 1.0.9 6 6 * Author: Denis Buka 7 7 * Text Domain: content-repeater -
content-repeater/trunk/includes/publish-and-new.php
r2045559 r2061120 17 17 function rptr_prn_admin_head_function() { ?> 18 18 <script> 19 jQuery(document).ready(function( ) {19 jQuery(document).ready(function($) { 20 20 jQuery('#rptr_prn_publish').click(function(){ 21 21 jQuery('#rptr_prn_redirect').val('yes'); -
content-repeater/trunk/readme.txt
r2061083 r2061120 90 90 = 1.0.8 = 91 91 fix opacity issue for IE11 92 = 1.0.9 = 93 fix jQuery syntax for IE11 -
content-repeater/trunk/repeaters/slick-slider/slick-slider.php
r2045559 r2061120 103 103 </style> 104 104 <script type='text/javascript'> 105 jQuery(document).ready(function( ){105 jQuery(document).ready(function($){ 106 106 $('.<?php echo $type; ?>-<?php echo self::$b; ?>').on('init', function(){ 107 107 var t = $(this);
Note: See TracChangeset
for help on using the changeset viewer.