diff --git a/themes/bootstrap3/templates/RecordTab/similaritemscarousel.phtml b/themes/bootstrap3/templates/RecordTab/similaritemscarousel.phtml
index 65dee5ca05f..fb63794e46b 100644
--- a/themes/bootstrap3/templates/RecordTab/similaritemscarousel.phtml
+++ b/themes/bootstrap3/templates/RecordTab/similaritemscarousel.phtml
@@ -1,7 +1,8 @@
headScript()->appendFile('vendor/splide.min.js');
$this->headLink()->appendStylesheet('vendor/splide.min.css');
+ $this->headScript()->appendFile('vendor/splide.min.js');
+ $this->headScript()->appendFile('carousels.js');
?>
=$this->transEsc('Similar Items')?>
diff --git a/themes/bootstrap3/templates/channels/channelList.phtml b/themes/bootstrap3/templates/channels/channelList.phtml
index 552c388d472..efa13108349 100644
--- a/themes/bootstrap3/templates/channels/channelList.phtml
+++ b/themes/bootstrap3/templates/channels/channelList.phtml
@@ -1,6 +1,7 @@
headLink()->appendStylesheet('vendor/splide.min.css');
$this->headScript()->appendFile('vendor/splide.min.js');
+ $this->headScript()->appendFile('carousels.js');
$this->headScript()->appendFile('channels.js');
$this->jsTranslations()->addStrings([
'channel_browse' => 'channel_browse',