Make ext-errors notifications default

This commit is contained in:
Ilya Ig. Petrov 2017-03-02 12:49:17 +00:00
parent f22a3468b2
commit c9008f0a6e

View File

@ -462,6 +462,7 @@
if (antiCensorRu.ifFirstInstall) {
// INSTALL
console.log('Installing...');
handlers.switch('on', 'ext-error');
return chrome.runtime.openOptionsPage();
}