+2
private_search_page.js
+2
private_search_page.js
+3
-1
skythread.js
+3
-1
skythread.js
···
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) {