Ei muokkausyhteenvetoa |
Ei muokkausyhteenvetoa |
||
| Rivi 76: | Rivi 76: | ||
} | } | ||
}); | }); | ||
function addImages( start, limit ) { | |||
var i=start; | |||
do { | |||
images.append( imageO[ imageA[ i ] ] ); | |||
i++; | |||
} while ( i < ( start + limit ) && i < imageA.length ); | |||
} | |||
function imagesReady() { | function imagesReady() { | ||
addImages( 0, 4 ); | |||
} | } | ||


