FIX: sharing a post was broken

This commit is contained in:
Régis Hanol 2016-02-18 19:28:00 +01:00
parent f77ec0b610
commit abc41c7d5b

View File

@ -82,7 +82,7 @@ export default Ember.View.extend({
$shareLink.css({top: "" + y + "px"}); $shareLink.css({top: "" + y + "px"});
if (!this.site.mobileView) { if (!self.site.mobileView) {
$shareLink.css({left: "" + x + "px"}); $shareLink.css({left: "" + x + "px"});
} }