Revision: 3814 Author: hans URL: http://bknr.net/trac/changeset/3814
Don't shuffle images when selecting a button on the home page.
U trunk/projects/quickhoney/website/templates/index.xml
Modified: trunk/projects/quickhoney/website/templates/index.xml =================================================================== --- trunk/projects/quickhoney/website/templates/index.xml 2008-09-05 15:10:56 UTC (rev 3813) +++ trunk/projects/quickhoney/website/templates/index.xml 2008-09-05 15:21:59 UTC (rev 3814) @@ -63,21 +63,21 @@ <div> <a href="#pixel" class="home_button"> <img alt="home pixel" id="home_pixel" src="/image/trans" width="318" height="318" - onclick="shuffle_button_images()" onload="reveal_image(this);" class="button-image" /> + onload="reveal_image(this);" class="button-image" /> </a> <a href="#vector" class="home_button"> <img alt="home vector" id="home_vector" src="/image/trans" width="318" height="318" - onclick="shuffle_button_images()" onload="reveal_image(this);" class="button-image" /> + onload="reveal_image(this);" class="button-image" /> </a> </div> <div> <a href="#news" class="home_button"> <img alt="home news" id="home_news" src="/image/trans" width="318" height="318" - onclick="shuffle_button_images()" onload="reveal_image(this);" class="button-image" /> + onload="reveal_image(this);" class="button-image" /> </a> <a href="#shop" class="home_button"> <img alt="home shop" id="home_shop" src="/image/trans" width="318" height="318" - onclick="shuffle_button_images()" onload="reveal_image(this);" class="button-image" /> + onload="reveal_image(this);" class="button-image" /> </a> </div> </div>