projects image preload to false

This commit is contained in:
Sanj 2011-11-02 10:35:24 +00:00
parent f9ef96c630
commit 19f402be81

View File

@ -59,7 +59,7 @@ function getA(image) {
function activateSlides() {
$('#slidesDiv').slides({
preload: true,
preload: false,
preloadImage: '/static/images/loading.gif',
pagination: false, //SANJ NOT WORKING
play: 5000,