mirror of
https://github.com/anticensority/runet-censorship-bypass.git
synced 2024-11-24 02:13:43 +03:00
Fix exceptions export page (again)
This commit is contained in:
parent
54891cbe2c
commit
6f4661f78b
|
@ -21,12 +21,12 @@ chrome.runtime.getBackgroundPage( (backgroundPage) =>
|
||||||
|
|
||||||
# ПРОКСИРОВАТЬ:
|
# ПРОКСИРОВАТЬ:
|
||||||
|
|
||||||
${mods.included.join('\n')}
|
${(mods.included || []).join('\n')}
|
||||||
|
|
||||||
===============================
|
===============================
|
||||||
# НЕ ПРОКСИРОВАТЬ:
|
# НЕ ПРОКСИРОВАТЬ:
|
||||||
|
|
||||||
${mods.excluded.join('\n')}`;
|
${(mods.excluded || []).join('\n')}`;
|
||||||
|
|
||||||
status.innerText = 'Успешно загружено!';
|
status.innerText = 'Успешно загружено!';
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user