From 970b037a059e4ff00a436296449f886b3f08c674 Mon Sep 17 00:00:00 2001 From: Andreas Unterkircher Date: Sun, 25 May 2008 10:08:48 +0200 Subject: [PATCH] auto-browse needs to use the 16x16 icons instead of 32x32 which are used in slideshow Signed-off-by: Andreas Unterkircher --- phpfspot.js | 4 ++-- resources/16_pause.png | Bin 0 -> 440 bytes 2 files changed, 2 insertions(+), 2 deletions(-) create mode 100644 resources/16_pause.png 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 new file mode 100644 index 0000000000000000000000000000000000000000..23722032507af3286606a3049ce4117af64f4e11 GIT binary patch literal 440 zcmeAS@N?(olHy`uVBq!ia0vp^0wB!61|;P_|4#%`jKx9jP7LeL$-D$|*pj^6T^Rm@ z;DWu&Cj&(|3p^r=f!eQwFr$;k>QIVMbG2(y$XxUG4@cA1X=2}|HMQ2YbC@YbXxz9F(Xk{* zM0t_=&fRYzsxV8#;4!q--~AZk=?l@BI0)Dnk~`0oj6YNM2P+P@FuIa zK6&Tno#k6hV^?pHWRTcV{Uxv8Uw<0kws6n71umCw_`Uw~OHTN)S=#EbP0l+XkKkoU3| literal 0 HcmV?d00001 -- 2.25.1