mirror of
https://github.com/discourse/discourse.git
synced 2025-03-09 14:34:35 +00:00
FIX: sharing a post was broken
This commit is contained in:
parent
f77ec0b610
commit
abc41c7d5b
@ -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"});
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user