Skip to content

Commit

Permalink
Fixes #5087 - Outdated javascript enable instructions link.
Browse files Browse the repository at this point in the history
  • Loading branch information
CaMer0n committed Sep 26, 2023
1 parent 26f393b commit 00a66ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion e107_core/templates/header_default.php
Original file line number Diff line number Diff line change
Expand Up @@ -859,7 +859,7 @@ function renderFavicon()


//XXX TODO LAN in English.php
echo "<noscript><div class='alert alert-block alert-error alert-danger'><strong>This web site requires that javascript be enabled. <a rel='external' href='https://activatejavascript.org'>Click here for instructions.</a>.</strong></div></noscript>";
echo "<noscript><div class='alert alert-block alert-error alert-danger'><strong>This web site requires that javascript be enabled. <a rel='external' href='https://enablejavascript.io'>Click here for instructions.</a>.</strong></div></noscript>";

if(deftrue('BOOTSTRAP'))
{
Expand Down

0 comments on commit 00a66ea

Please sign in to comment.