Skip to content

Commit

Permalink
use the smaller image for previewURL (bug 598670)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Balogh committed Dec 9, 2010
1 parent c9b668d commit e5ac3ef
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/addons/models.py
Expand Up @@ -808,7 +808,7 @@ def json_data(self):
'footer': self.footer_url,
'headerURL': self.header_url,
'footerURL': self.footer_url,
'previewURL': self.preview_url,
'previewURL': self.thumb_url,
'iconURL': self.icon_url,
'updateURL': self.update_url,
}, separators=(',', ':'), cls=JSONEncoder)
Expand Down

0 comments on commit e5ac3ef

Please sign in to comment.