X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=blobdiff_plain;f=phpfspot.js;h=555e8ff47155eb9f49dd0aa971ac46a2fbb55633;hp=75d0ed73a72c0a0700b3200cf8122bf28735c414;hb=f999055210a94d26b9ae58950ff4d45eee86e869;hpb=57a136513d1e5ef86acf49b934ea3e6eff26dbfd diff --git a/phpfspot.js b/phpfspot.js index 75d0ed7..555e8ff 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -756,7 +756,7 @@ function startAutoBrowse() else { clearInterval(autobrowse); autobrowse = 0; - document.getElementById('autobrowse_ico').src = web_path + "/resources/32_play.png"; + document.getElementById('autobrowse_ico').src = web_path + "/resources/16_play.png"; } } // startAutoBrowser() @@ -769,12 +769,12 @@ function autoBrowse() if(document.getElementById('next_link')) { var next_link = document.getElementById('next_link').href; window.location.href = next_link; - document.getElementById('autobrowse_ico').src = web_path + "/resources/32_pause.png"; + document.getElementById('autobrowse_ico').src = web_path + "/resources/16_pause.png"; } /* we have reached the last photo */ else { if(ab_ico = document.getElementById('autobrowse_ico')) - ab_ico.src = web_path + "/resources/32_play.png"; + ab_ico.src = web_path + "/resources/16_play.png"; clearInterval(autobrowse); }