Skip to content

Commit ac70efe

Browse files
committed
Minor changes to the demo
1 parent 80def90 commit ac70efe

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

demo.html

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ <h1>jQuery Cache Images v1.0 Plug-in</h1>
2929
<img src="assets/x-all-the-things.png" />
3030
<img src="assets/cat.gif" />
3131
<img src="assets/warhol.jpg" />
32-
</ul>
32+
</div>
3333

3434

3535
<h2>Flickr Test</h2>
@@ -51,6 +51,9 @@ <h2>Flickr Test</h2>
5151
// $('#flickrTest').cacheImages({debug: true});
5252
$(document).on('click','#dropCache', function(){ cacheImagesDrop(); });
5353
$(document).on('click','#cacheLoadAll', function(){ cacheImagesShowAll( $('#statWindow') ); });
54+
$(document).on('click','#FlickrTest', function(){
55+
56+
});
5457
});
5558

5659
/*

0 commit comments

Comments
 (0)