restoring display inline

This commit is contained in:
ilya 2010-07-29 18:03:18 -07:00
parent 085ea0a665
commit 27bf29119d

View file

@ -60,8 +60,8 @@
if (location.href.indexOf(photoHash['album_id']) == -1){
return ;
}
html = "<div class=\'image_thumb\'> <a href=\"/photos/"+ photoHash['id'] +"\"><img alt=\"New thumbnail\" src=\""+ photoHash['thumb_url'] +"\" /> </a> </div>"
$("#thumbnails").append( $(html).fadeIn("slow") )
html = "<div class=\'image_thumb\'> <a href=\"/photos/"+ photoHash['id'] +"\"><img alt=\"New thumbnail\" src=\""+ photoHash['thumb_url'] +"\" style=\"display:inline;\" /> </a> </div>"
$("#thumbnails").append( $(html).fadeIn("fast") )
}