mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-23 18:03:44 +03:00
Hide AZ-heading error (not used yet)
This commit is contained in:
parent
9ee9954a43
commit
555d2c30bf
|
@ -131,9 +131,10 @@
|
|||
);
|
||||
}
|
||||
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);
|
||||
addWarning(errText);
|
||||
//addWarning(errText); // Uncomment when needed.
|
||||
/* Do nothing for now like it's not critical. Otherwise uncomment.
|
||||
clarifyThen(
|
||||
errText,
|
||||
|
|
Loading…
Reference in New Issue
Block a user