We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 419a0c7 commit 2cac6a5Copy full SHA for 2cac6a5
templates/welcome.html.j2
@@ -28,7 +28,7 @@
28
onload="this.style.position='static'; this.style.visibility='visible';"></iframe>
29
<script type="text/javascript">
30
var pseudo_rand = parseInt(Date.now() / 1000 / 60 / 10);
31
- {% if galaxy_themes_use_iframe is defined | default(false) and subdomain %}
+ {% if galaxy_themes_use_iframe is defined and subdomain is defined %}
32
document.getElementById('center-iframe').src = '{{ galaxy_themes_welcome_url_prefix }}{{ subdomain.name }}?nonce=' + pseudo_rand + '#';
33
{% else %}
34
document.getElementById('center-iframe').src = '{{ galaxy_themes_default_welcome }}?nonce=' + pseudo_rand + '#';
0 commit comments