Thread viewer for Bluesky

fixed extra slash in url

Changed files
+1 -1
+1 -1
skythread.js
··· 150 150 } 151 151 152 152 function getLocation() { 153 - return location.origin + '/' + location.pathname; 153 + return location.origin + location.pathname; 154 154 } 155 155 156 156 function sameDay(date1, date2) {