mirror of
https://github.com/discourse/discourse.git
synced 2025-01-30 16:33:59 +08: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…
Reference in New Issue
Block a user