Update enable javascript link to https

This commit is contained in:
Martin 2017-10-02 15:37:58 +01:00 committed by GitHub
parent 9236733a83
commit 4e484fc217
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
<div>
<?php print_unescaped(str_replace(
['{linkstart}', '{linkend}'],
['<a href="http://enable-javascript.com/" target="_blank" rel="noreferrer">', '</a>'],
['<a href="https://www.enable-javascript.com/" target="_blank" rel="noreferrer">', '</a>'],
$l->t('This application requires JavaScript for correct operation. Please {linkstart}enable JavaScript{linkend} and reload the page.')
)); ?>
</div>