Fix template escapes and backticks

This commit is contained in:
Ilya Ig. Petrov 2018-05-09 15:50:44 +05:00
parent ae0fbeaf8a
commit 02ac70b5f6

View File

@ -117,12 +117,12 @@
const pacMods = window.apis.pacKitchen.getPacMods(); const pacMods = window.apis.pacKitchen.getPacMods();
if (!pacMods.filteredCustomsString) { if (!pacMods.filteredCustomsString) {
addWarning( addWarning(
``` \`
Не найдено СВОИХ прокси. Этот PAC-скрипт Не найдено СВОИХ прокси. Этот PAC-скрипт
<a href="https://github.com/anticensority/runet-censorship-bypass/issues/10#issuecomment-387436191">теперь</a> <a href="https://github.com/anticensority/runet-censorship-bypass/issues/10#issuecomment-387436191">теперь</a>
работает только со <a href="https://rebrand.ly/ac-own-proxy">СВОИМИ прокси</a> работает только со <a href="https://rebrand.ly/ac-own-proxy">СВОИМИ прокси</a>
(по умолчанию локальный <a href="https://rebrand.ly/ac-tor">TOR</a>, для его отключения: Свои прокси -> откл. "Использовать прокси PAC-скрипта"). (по умолчанию локальный <a href="https://rebrand.ly/ac-tor">TOR</a>, для его отключения: Свои прокси -> откл. "Использовать прокси PAC-скрипта").
```, \`,
); );
cb(); cb();
return; return;
@ -594,7 +594,9 @@
console.log(warns); console.log(warns);
} }
if (err) { if (err) {
console.log('Ungraceful update from 1.23: couldn\'t fetch Antizapret:'); console.log(
'Ungraceful update from 1.23: couldn\\'t fetch Antizapret:',
);
console.error(err); console.error(err);
} else { } else {
console.log('Update from 1.23 applied successfully.'); console.log('Update from 1.23 applied successfully.');