}
if(whattodo == 'show_photo') {
if(photo = getPhotoToShow()) {
- showImage(photo)
+ showImage(photo);
refreshSelectedTags();
}
}
document.getElementById('autobrowse_ico').src = "resources/32_play.png";
}
-}
+} // startAutoBrowser()
+
function autoBrowse()
{
if(document.getElementById('next_link')) {
window.location.href = next_link;
document.getElementById('autobrowse_ico').src = "resources/32_pause.png";
}
-}
+ /* we have reached the last photo */
+ else {
+ if(document.getElementById('autobrowse_ico'))
+ document.getElementById('autobrowse_ico').src = "resources/32_play.png";
+ clearInterval(autobrowse);
+ }
+
+} // autoBrowse()
function initSlider()
{