Merge branch 'build/0' into production

This commit is contained in:
Ilya Ig. Petrov 2017-05-19 22:01:49 -07:00
commit 2333a3b51b
3 changed files with 3 additions and 3 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 5.2 KiB

After

Width:  |  Height:  |  Size: 7.5 KiB

View File

@ -20,12 +20,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 = 'Успешно загружено!';

View File

@ -1,7 +1,7 @@
'use strict'; 'use strict';
const commonContext = { const commonContext = {
version: '0.33', version: '0.34',
}; };
exports.contexts = {}; exports.contexts = {};