Right - i'll fix this in 1.4.0.5
.
If you need this version faster please send me an email - i'll send you a version with a fix for this.
/Michael
or do it by yourself
.
search for
echo'document.getElementById("start_slideshow").href = "' . $_SERVER['PHP_SELF'] . '?" + thumbs[pos] + "&twg_slideshow=true' . $twg_standalonejs . '";';
in inc/cmotiongallery.inc.php (~ line 463)
and replace if by
echo' if (document.getElementById("start_slideshow")) document.getElementById("start_slideshow").href = "' . $_SERVER['PHP_SELF'] . '?" + thumbs[pos] + "&twg_slideshow=true' . $twg_standalonejs . '";';
I'll include this in 1.4.0.5
.
Thanks for the post!
/Michael