Преглед изворни кода

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