We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abeb82f commit 3d3cb51Copy full SHA for 3d3cb51
site/views/timeline/tmpl/default.php
@@ -18,7 +18,7 @@
18
}
19
JHtml::_('jquery.framework');
20
$document = JFactory::getDocument();
21
-$document->addScript('http://cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js');
+$document->addScript('//cdn.knightlab.com/libs/timeline/latest/js/storyjs-embed.js');
22
$js = '
23
jQuery(document).ready(function() {
24
var timeline_data = {"timeline":'.json_encode($this->item->timeline).'}
0 commit comments