Skip to content
Snippets Groups Projects
Commit 4e484fc2 authored by Martin's avatar Martin Committed by GitHub
Browse files

Update enable javascript link to https

parent 9236733a
No related branches found
No related tags found
No related merge requests found
......@@ -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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment