We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921d6ba commit 6b6c16aCopy full SHA for 6b6c16a
templates/ping-element.html
@@ -3,7 +3,8 @@
3
{% when Some with (raw_icon) %}
4
{% let icon = "{}"|format(raw_icon) %}
5
{% when None %}
6
- {% let icon = "{}/icon.png"|format(root_url)|bust_dir(bd) %}
+ {% let icon_cb = "/icon.png"|bust_dir(bd) %}
7
+ {% let icon = "{}/icon.png?cb={}"|format(root_url, icon_cb) %}
8
{% endmatch %}
9
<div class="server-response">
10
<div class="server-response-stack">
0 commit comments