Skip to content

Commit

Permalink
Fix dashboard preview icon for non-photo/non-video
Browse files Browse the repository at this point in the history
  • Loading branch information
jcutler committed Feb 28, 2012
1 parent d31bd3f commit 43d86ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion core/dashboardTweaks/dashboardTweaks.js
Expand Up @@ -391,7 +391,7 @@ MissingE.packages.dashboardTweaks = {
response.type === "question") {
doImages = false;
preWin.removeClass('MissingE_preview_loading');
$('<div class="previewIcon />')
$('<div class="previewIcon" />')
.addClass(response.type + 'Preview')
.appendTo(preWin);
}
Expand Down

0 comments on commit 43d86ce

Please sign in to comment.