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) %}