Update script handle and description for gallery TV slideshow in enqueue.php

This commit is contained in:
Matt Batchelder
2026-02-21 14:11:56 -05:00
parent 2edbf9732b
commit 2826a3ec4a
6 changed files with 170 additions and 928 deletions

View File

@@ -38,9 +38,9 @@ add_action( 'wp_enqueue_scripts', function () {
true
);
// Industry mockup animator - animated device mockups for solutions page
// Gallery TV slideshow - cycles images in TV-frame cards
wp_enqueue_script(
'oribi-industry-animator',
'oribi-gallery-tv',
ORIBI_URI . '/assets/js/industry-animator.js',
[],
ORIBI_VERSION . '.' . filemtime( ORIBI_DIR . '/assets/js/industry-animator.js' ),