1
0
Fork 0
forked from wezm/wezm.net

Update photos

This commit is contained in:
Wesley Moore 2011-12-08 19:45:11 +11:00
parent 7bbdce255a
commit 41991c2527
4 changed files with 4 additions and 4 deletions

View file

@ -282,7 +282,7 @@ a
height: 75px
width: 75px
border: 1px solid #ccc
background: url(/images/photos.jpg) no-repeat 0 -75px
background: url(/images/photos.jpg?20111208) no-repeat 0 -75px
&:first-child
margin-left: 2em

Binary file not shown.

Before

Width:  |  Height:  |  Size: 121 KiB

After

Width:  |  Height:  |  Size: 122 KiB

View file

@ -8,7 +8,7 @@ jQuery(function () {
var photo = $(obj);
var image = {
href: photo.attr('url_z'),
src: '/images/photos.jpg',
src: '/images/photos.jpg?20111208',
alt: photo.attr('title')
};
var li = $(image_template(image));
@ -20,5 +20,5 @@ jQuery(function () {
};
// Populate Flickr
jQuery.get("/photos.xml", {}, populate_flickr);
jQuery.get("/photos.xml?20111208", {}, populate_flickr);
});

File diff suppressed because one or more lines are too long