forked from mirror/pixelfed
Update NetworkTimeline, fix remote comment urls
This commit is contained in:
parent
f2fb64ecd4
commit
308acc91d3
|
@ -1100,7 +1100,7 @@
|
||||||
$('.mobile-footer-spacer').attr('style', 'display:none !important');
|
$('.mobile-footer-spacer').attr('style', 'display:none !important');
|
||||||
$('.mobile-footer').attr('style', 'display:none !important');
|
$('.mobile-footer').attr('style', 'display:none !important');
|
||||||
this.currentLayout = 'comments';
|
this.currentLayout = 'comments';
|
||||||
window.history.pushState({}, '', status.url);
|
window.history.pushState({}, '', this.statusUrl(status));
|
||||||
return;
|
return;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue