Skip to content

Commit

Permalink
Update DDGoCommandStore.js
Browse files Browse the repository at this point in the history
  • Loading branch information
lmedini committed Apr 15, 2013
1 parent 2a45969 commit 8fb7467
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion js/model/DDGoCommandStore.js
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
},
ModelCallBack : function (dataJSON){
if(dataJSON.Heading !== undefined) $("[data-role = page]").find(".content").prepend('<h3>Author '+dataJSON.Heading+'</h3>').trigger("create");
//Due to privacy issues, we prefr not to show persona images o the interface.
//Due to privacy issues, we prefr not to show persona images on the interface.
//if(dataJSON.Image !== undefined) $("[data-role = page]").find(".content").prepend('<img src="'+ dataJSON.Image+'" alt="OrganizationLogo" height="60" width="60" style="box-shadow: 8px 8px 12px #aaa;">').trigger("create");
}
}
Expand Down

0 comments on commit 8fb7467

Please sign in to comment.