fix redirect bug

This commit is contained in:
Lawrence Hook
2023-03-20 22:01:54 -04:00
parent 07c61ae417
commit 215d2cd692
+2
View File
@@ -480,6 +480,8 @@ function handleNewPage() {
}
if (cache['redirect_to_wl']) {
location.replace(REDIRECT_URLS['redirect_to_wl']);
handleNewPage();
return;
}
if (cache['redirect_to_library']) {
const button = qs('a#endpoint[href="/feed/library"]');