Skip to content

Commit 3d3cb51

Browse files
authored
Remove http from asset URL to allow for https
1 parent abeb82f commit 3d3cb51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/views/timeline/tmpl/default.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
}
1919
JHtml::_('jquery.framework');
2020
$document = JFactory::getDocument();
21-
$document->addScript('http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js');
21+
$document->addScript('//cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js');
2222
$js = '
2323
jQuery(document).ready(function() {
2424
var timeline_data = {"timeline":'.json_encode($this->item->timeline).'}

0 commit comments

Comments
 (0)