1
0
Fork 0

Update NetworkTimeline, fix remote comment urls

This commit is contained in:
Daniel Supernault 2021-06-28 22:49:22 -06:00
parent f2fb64ecd4
commit 308acc91d3
No known key found for this signature in database
GPG Key ID: 0DEF1C662C9033F7
1 changed files with 1 additions and 1 deletions

View File

@ -1100,7 +1100,7 @@
$('.mobile-footer-spacer').attr('style', 'display:none !important');
$('.mobile-footer').attr('style', 'display:none !important');
this.currentLayout = 'comments';
window.history.pushState({}, '', status.url);
window.history.pushState({}, '', this.statusUrl(status));
return;
},