another auto-browse function was using a 32x32 icon
[phpfspot.git] / phpfspot.js
index 3421583e0c630e6a57cc1e461caf38bb8866c4b5..555e8ff47155eb9f49dd0aa971ac46a2fbb55633 100644 (file)
@@ -756,7 +756,7 @@ function startAutoBrowse()
    else {
       clearInterval(autobrowse);
       autobrowse = 0;
    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()
    }
 
 } // startAutoBrowser()