1
0

Missing js file

This commit is contained in:
3nids 2009-09-25 20:18:25 +02:00
parent ef3a93027e
commit b0ad4fa7e7

View File

@ -0,0 +1,10 @@
preload_image_object = '';
var img_count = 0;
jQuery.preloadImages = function()
{
for(var i = 0; i<arguments.length; i++)
{
jQuery("<img>").attr("src", arguments[i]);
}
}