Skip to content

Commit

Permalink
Fix regression in displaying a thumbnail for newly selected images on…
Browse files Browse the repository at this point in the history
… FileBrowseField.
  • Loading branch information
stephenmcd committed Jan 26, 2015
1 parent 5b7d692 commit 0f53f37
Showing 1 changed file with 1 addition and 0 deletions.
Expand Up @@ -24,6 +24,7 @@ function FileSubmit(FilePath, FileURL, ThumbURL, FileType) {
// link the preview-image to the original image
link.setAttribute("href", FileURL);
link.setAttribute("target", "_blank");
link.setAttribute("style", "display:inline");
preview.setAttribute("src", ThumbURL);
help.setAttribute("style", "display:inline");
jQuery(help).addClass("mezz-fb-thumbnail");
Expand Down

0 comments on commit 0f53f37

Please sign in to comment.