Line 11: | Line 11: | ||
$('#bodyContent > h1').hide(); | $('#bodyContent > h1').hide(); | ||
createCarousel("#carousel", [CI,AR]); | createCarousel("#carousel", [CI,AR]); | ||
+ | setInterval(function(){ | ||
+ | $("a.carouselUrl").attr("href", $("a.carouselUrl").attr("href").replace("?embed", "")); | ||
+ | }, 250); | ||
</script> | </script> | ||
</html> | </html> | ||
[/public] | [/public] |