RS, IZ, DG Removing display inline

This commit is contained in:
ilya 2010-07-29 17:59:44 -07:00
parent b660e5fefb
commit 085ea0a665

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'] +"\" style=\"display:inline;\" /> </a> </div>"
$("#thumbnails").append( $(html).fadeIn("fast") )
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") )
}