Skip to content
This repository has been archived by the owner on Mar 15, 2018. It is now read-only.

Commit

Permalink
personas preview fix (bug 762543)
Browse files Browse the repository at this point in the history
  • Loading branch information
spasovski committed Jun 7, 2012
1 parent 7be0596 commit a77a574
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion media/js/zamboni/personas.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ function initPreviewTheme(mktTheme) {
return;
}

if (mktTheme) {
if (mktTheme === true) {
bindPreviewListeners($themes);
} else {
$themes.previewPersona();
Expand Down

0 comments on commit a77a574

Please sign in to comment.