diff options
author | Andreas Unterkircher <unki@netshadow.at> | 2008-05-25 10:08:48 +0200 |
---|---|---|
committer | Andreas Unterkircher <unki@netshadow.at> | 2008-05-25 10:09:07 +0200 |
commit | 970b037a059e4ff00a436296449f886b3f08c674 (patch) | |
tree | 6ee0e42cdbb19de4cad87b43de592442e57e0a3e | |
parent | 57a136513d1e5ef86acf49b934ea3e6eff26dbfd (diff) |
auto-browse needs to use the 16x16 icons instead of 32x32 which are used in slideshow
Signed-off-by: Andreas Unterkircher <unki@netshadow.at>
-rw-r--r-- | phpfspot.js | 4 | ||||
-rw-r--r-- | resources/16_pause.png | bin | 0 -> 440 bytes |
2 files changed, 2 insertions, 2 deletions
diff --git a/phpfspot.js b/phpfspot.js index 75d0ed7..3421583 100644 --- a/phpfspot.js +++ b/phpfspot.js @@ -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); } diff --git a/resources/16_pause.png b/resources/16_pause.png Binary files differnew file mode 100644 index 0000000..2372203 --- /dev/null +++ b/resources/16_pause.png |