Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix for GH-936 and for loading Human Web in Cliqz #36

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Prev
Lint requirement
  • Loading branch information
Serge Zarembsky
Serge Zarembsky committed Apr 12, 2018
commit ecfa2fbcb27ec991cc07166fe31c4e882530c020
@@ -82,11 +82,10 @@ function setCliqzModuleEnabled(module, enabled) {
if (enabled) {
log('SET CLIQZ MODULE ENABLED', module);
return cliqz.enableModule(module.name);
} else {
log('SET CLIQZ MODULE DISABLED', module);
cliqz.disableModule(module.name);
return Promise.resolve();
}
log('SET CLIQZ MODULE DISABLED', module);
cliqz.disableModule(module.name);
return Promise.resolve();
}

/**
ProTip! Use n and p to navigate between commits in a pull request.