浏览代码

Update NetworkTimeline, fix remote comment urls

Daniel Supernault 4 年之前
父节点
当前提交
308acc91d3
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      resources/assets/js/components/NetworkTimeline.vue

+ 1 - 1
resources/assets/js/components/NetworkTimeline.vue

@@ -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;
 			},