From 79a17f8b5316c6a9467f4053b562be2b5a5d498c Mon Sep 17 00:00:00 2001 From: Aevann Date: Thu, 1 Jun 2023 15:54:50 +0300 Subject: [PATCH] remove the "click me to install mobike app" temporarily until cookies are fixed --- files/templates/home.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/files/templates/home.html b/files/templates/home.html index 6c32fefe2..f78a5cbc6 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -163,7 +163,7 @@ {% endif %} -{% if request.path == '/' and g.browser != 'webview' and time.time() > session.get('tooltip_dismissed',0)+86400*30 %} +{% if False and (request.path == '/' and g.browser != 'webview' and time.time() > session.get('tooltip_dismissed',0)+86400*30) %}