-
-
-
-
-
-
-
- Sign In to continue
- - -
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
- By signing in, you agree to the
-
- Terms of Service
- and
- Privacy Policy.
-
-
-
-
-
@@ -344,12 +249,10 @@
diff --git a/web/login.html b/web/login.html
index eaa7485..721130f 100644
--- a/web/login.html
+++ b/web/login.html
@@ -29,8 +29,11 @@
Results will appear below for the next 1 hour.
-For the full-featured functionality:
-Use @AwakariBot as reader.
- Go to - Subscriptions - to manage queries.
+ Sign In + for full functionality. +
-
-
Sign In to continue
+ +
+
+
diff --git a/web/login.js b/web/login.js
index 87bcca4..0457519 100644
--- a/web/login.js
+++ b/web/login.js
@@ -33,18 +33,3 @@ function logout() {
window.location.assign("index.html");
}
}
-
-function selectMainMenu() {
- //
- const userId = localStorage.getItem(keyUserId);
- switch (userId) {
- case null:
- document.getElementById("menu-default").style.display = "flex";
- document.getElementById("menu-user").style.display = "none";
- break
- default:
- // already logged in
- document.getElementById("menu-default").style.display = "none";
- document.getElementById("menu-user").style.display = "flex";
- }
-}
diff --git a/web/pub.html b/web/pub.html
index 67547b4..6f166bf 100644
--- a/web/pub.html
+++ b/web/pub.html
@@ -37,9 +37,12 @@
Sign In is required for:
+Persistent Subscriptions and Publishing
@@ -63,6 +66,12 @@
+
+
+ Skip
+ to continue in limited mode
+
+
@@ -75,12 +84,6 @@
-
-
- Skip
-
-