From 1c183ec8af6ef415c0988ce82d32a49880372bb7 Mon Sep 17 00:00:00 2001 From: Brook Gagnon Date: Tue, 11 Jun 2024 19:05:23 +0000 Subject: [PATCH] add chrono bundle to index.php js include --- index.php | 1 + 1 file changed, 1 insertion(+) diff --git a/index.php b/index.php index de1bf8c7..39b6142a 100644 --- a/index.php +++ b/index.php @@ -48,6 +48,7 @@ 'node_modules/jquery/dist/jquery.min.js', 'node_modules/jquery-migrate/dist/jquery-migrate.min.js', 'node_modules/video.js/dist/video.min.js', + 'bundles/chrono-bundle.js' ]; ?>