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