Skip to content

Commit

Permalink
support demo.matomo.cloud as demo url (#16627)
Browse files Browse the repository at this point in the history
  • Loading branch information
tsteur authored Oct 29, 2020
1 parent 1a88e7a commit 6ed004b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreHome/templates/_headerMessage.twig
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{# testing, remove test_ from var names #}
{% set test_latest_version_available="4.0.0" %}
{% set test_piwikUrl='https://demo.matomo.org/' %}
{% set isPiwikDemo %}{{ piwikUrl == 'http://demo.matomo.org/' or piwikUrl == 'https://demo.matomo.org/' }}{% endset %}
{% set isPiwikDemo %}{{ piwikUrl == 'http://demo.matomo.org/' or piwikUrl == 'https://demo.matomo.org/' or piwikUrl == 'https://demo.matomo.cloud/' or piwikUrl == 'http://demo.matomo.cloud/' }}{% endset %}

{% set updateCheck %}
<span id="updateCheckLinkContainer">
Expand Down

0 comments on commit 6ed004b

Please sign in to comment.