restoring display inline
This commit is contained in:
parent
085ea0a665
commit
27bf29119d
1 changed files with 2 additions and 2 deletions
|
|
@ -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") )
|
||||
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue