Skip to content

Commit

Permalink
WZ,WSTATS: use www.cor.com instead of cor.com
Browse files Browse the repository at this point in the history
  • Loading branch information
mascaldotfr committed Jul 14, 2024
1 parent e44cd36 commit f02898f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion js/menu.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion js/wstats.js
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ async function display_stat() {
$("#ws-last-updated").text(some_time_ago["human"]);
if (timestamp_now() - infos["generated"] > 3 * 3600) {
$("#ws-info-error").html(`<b>Nothing happened since the last 3 hours,
<a href="https://championsofregnum.com/index.php?l=1&sec=3" target="_blank">
<a href="https://www.championsofregnum.com/index.php?l=1&sec=3" target="_blank">
NGE's page</a> is probably not working.</b>`);
}

Expand Down
2 changes: 1 addition & 1 deletion js/wz.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,7 @@ async function display_wz(init=false) {
console.error(data["failed"]);
failures = JSON.parse(data["failed"]["debug"]);
let whatfailed = Object.keys(failures).join(" ");
let checkout = `Check out <a href="https://championsofregnum.com/index.php?l=1&sec=3" target="_blank">
let checkout = `Check out <a href="https://www.championsofregnum.com/index.php?l=1&sec=3" target="_blank">
NGE's page</a>!`;
if (data["failed"]["status"] == "fatal") {
$("#wz-info-error").html(`<p>
Expand Down

0 comments on commit f02898f

Please sign in to comment.