Skip to content

Commit

Permalink
FIX: sharing a post was broken
Browse files Browse the repository at this point in the history
  • Loading branch information
ZogStriP committed Feb 18, 2016
1 parent f77ec0b commit abc41c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/assets/javascripts/discourse/views/share.js.es6
Expand Up @@ -82,7 +82,7 @@ export default Ember.View.extend({

$shareLink.css({top: "" + y + "px"});

if (!this.site.mobileView) {
if (!self.site.mobileView) {
$shareLink.css({left: "" + x + "px"});
}

Expand Down

0 comments on commit abc41c7

Please sign in to comment.