mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Hide AZ-heading error (not used yet)
This commit is contained in:
parent
9ee9954a43
commit
555d2c30bf
|
@ -131,9 +131,10 @@
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
if (headError) {
|
if (headError) {
|
||||||
const errText = \`\${azUrl} недоступен! <a href="https://rebrand.ly/ac-contact">Сообщите нам!</a>\`;
|
const errText = \`\${azUrl} недоступен!
|
||||||
|
<a href="https://rebrand.ly/ac-contact">Сообщите нам</a>, если повторяется!\`;
|
||||||
console.log(errText);
|
console.log(errText);
|
||||||
addWarning(errText);
|
//addWarning(errText); // Uncomment when needed.
|
||||||
/* Do nothing for now like it's not critical. Otherwise uncomment.
|
/* Do nothing for now like it's not critical. Otherwise uncomment.
|
||||||
clarifyThen(
|
clarifyThen(
|
||||||
errText,
|
errText,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user