forked from MarseyWorld/MarseyWorld
make number clearer
parent
e27bebcb06
commit
71a5b763dc
|
@ -177,7 +177,7 @@
|
||||||
</script>
|
</script>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
{% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+60*60*24*30 %}
|
{% if request.path == '/' and time.time() > session.get('tooltip_last_dismissed',0)+86400*30 %}
|
||||||
<style>
|
<style>
|
||||||
.dismiss-beg {
|
.dismiss-beg {
|
||||||
color: #919191;
|
color: #919191;
|
||||||
|
|
Loading…
Reference in New Issue