Преглед на файлове

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