From: Andreas Unterkircher Date: Sun, 25 May 2008 08:10:22 +0000 (+0200) Subject: another auto-browse function was using a 32x32 icon X-Git-Url: https://git.nubati.net/cgi-bin/gitweb.cgi?p=phpfspot.git;a=commitdiff_plain;h=f999055210a94d26b9ae58950ff4d45eee86e869 another auto-browse function was using a 32x32 icon Signed-off-by: Andreas Unterkircher --- diff --git a/phpfspot.js b/phpfspot.js index 3421583..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() diff --git a/themes/default/templates/single_photo.tpl b/themes/default/templates/single_photo.tpl index 20b59f8..e8e326d 100644 --- a/themes/default/templates/single_photo.tpl +++ b/themes/default/templates/single_photo.tpl @@ -108,7 +108,7 @@