Thread viewer for Bluesky

jsdoc fixes

+2
private_search_page.js
··· 106 this.fetchStartTime = undefined; 107 } 108 109 searchInTimeline(query) { 110 this.results.innerHTML = ''; 111
··· 106 this.fetchStartTime = undefined; 107 } 108 109 + /** @param {string} query */ 110 + 111 searchInTimeline(query) { 112 this.results.innerHTML = ''; 113
+3 -1
skythread.js
··· 188 } 189 } 190 191 - function toggleLoginInfo(event) { 192 $id('login').classList.toggle('expanded'); 193 } 194 ··· 303 alert(error.message || "This is not a valid URL or hashtag"); 304 } 305 } 306 307 function openPage(page) { 308 if (!accountAPI.isLoggedIn) {
··· 188 } 189 } 190 191 + function toggleLoginInfo() { 192 $id('login').classList.toggle('expanded'); 193 } 194 ··· 303 alert(error.message || "This is not a valid URL or hashtag"); 304 } 305 } 306 + 307 + /** @param {string} page */ 308 309 function openPage(page) { 310 if (!accountAPI.isLoggedIn) {