Skip to content

Commit 16bef66

Browse files
Fix: refactor event templates
A complex scheme of events/template changes to see if we cover all cases. We’ll see!
1 parent 32ab250 commit 16bef66

File tree

4 files changed

+3
-9
lines changed

4 files changed

+3
-9
lines changed
Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1 @@
1-
2-
<div id="expiry-time" style="visibility: hidden; display: none;">
3-
{%- if EXPIRY_TIME -%}
4-
{{- EXPIRY_TIME -}}
5-
{%- else -%}
6-
0
7-
{%- endif -%}
8-
</div>
9-
{% INCLUDEJS '@gwynethllewelyn_postlocalstorage/postlocalstorage_functions.js' %}
1+
{% INCLUDE '@gwynethllewelyn_postlocalstorage/postlocalstorage_include_expiry_time.html' %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% INCLUDE '@gwynethllewelyn_postlocalstorage/postlocalstorage_include_expiry_time.html' %}
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{% INCLUDE '@gwynethllewelyn_postlocalstorage/postlocalstorage_include_expiry_time.html' %}

gwynethllewelyn/postlocalstorage/styles/all/template/postlocalstorage_include_expiry_time.html

Whitespace-only changes.

0 commit comments

Comments
 (0)