Plugin Directory

Changeset 2547925


Ignore:
Timestamp:
06/15/2021 06:47:41 AM (5 years ago)
Author:
bukza
Message:

Tested up to 5.7.2

Location:
cinematic/trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • cinematic/trunk/admin/js/cinematic-admin.js

    r2081231 r2547925  
    377377                    '    <\/div>\n' +
    378378                    '    <script>\n' +
    379                     '       (function($) {\n' +
    380                     '               $(function() {\n' +
    381                     '                   new Cinematic(document.getElementById(\'cinematicslider' + this.id + '\'), { dots: ' + this.dots + ', speed: ' + (1000 * (this.speed ? this.speed : 4.0)) + ' });\n' +
    382                     '               });\n' +
    383                     '       })(jQuery)\n' +
     379                    '       document.addEventListener(\'DOMContentLoaded\',\n' +
     380                    '           function () {\n' +
     381                    '                new Cinematic(document.getElementById(\'cinematicslider' + this.id + '\'), { dots: ' + this.dots + ', speed: ' + (1000 * (this.speed ? this.speed : 4.0)) + ' });\n' +
     382                    '            });\n' +
    384383                    '    <\/script>\n';
    385384                return code;
  • cinematic/trunk/readme.txt

    r2453337 r2547925  
    44Requires PHP: 5.4
    55Requires at least: 4.7
    6 Tested up to: 5.6
     6Tested up to: 5.7.2
    77Stable tag: 1.0.0
    88License: GPLv2 or later
Note: See TracChangeset for help on using the changeset viewer.