Changeset 2547925
- Timestamp:
- 06/15/2021 06:47:41 AM (5 years ago)
- Location:
- cinematic/trunk
- Files:
-
- 2 edited
-
admin/js/cinematic-admin.js (modified) (1 diff)
-
readme.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
cinematic/trunk/admin/js/cinematic-admin.js
r2081231 r2547925 377 377 ' <\/div>\n' + 378 378 ' <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' + 384 383 ' <\/script>\n'; 385 384 return code; -
cinematic/trunk/readme.txt
r2453337 r2547925 4 4 Requires PHP: 5.4 5 5 Requires at least: 4.7 6 Tested up to: 5. 66 Tested up to: 5.7.2 7 7 Stable tag: 1.0.0 8 8 License: GPLv2 or later
Note: See TracChangeset
for help on using the changeset viewer.