diff --git a/files/templates/home.html b/files/templates/home.html index fafa5076c..cabb23f80 100644 --- a/files/templates/home.html +++ b/files/templates/home.html @@ -162,9 +162,9 @@ {% endif %} -{% if False and request.path == '/' and g.browser != 'webview' and time.time() > session.get('tooltip_dismissed',0)+86400*30 %} +{% if request.path == '/' and g.browser != 'webview' and time.time() > session.get('tooltip_dismissed',0)+86400*30 %}
-
+