feat(sharing): implement caching of avatar img. img as image/png instead

of octet/stream
This commit is contained in:
Tyler Renelle
2014-11-11 17:04:53 -07:00
parent 69da58503a
commit 3e21e1f448
2 changed files with 11 additions and 4 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ mixin avatar(opts)
.character-sprites
.addthis_native_toolbox(ng-if='profile._id==user._id', data-url="#{env.BASE_URL}/export/avatar-{{profile._id}}.html", data-title="Check out my HabitRPG progress!")
.addthis_native_toolbox(ng-if='profile._id==user._id', data-url="#{env.BASE_URL}/export/avatar-{{profile._id}}.png", data-title="Check out my HabitRPG progress!")
// Mount Body
if !opts.minimal