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

Refactoring load/unload of Cliqz modules, fix for GH-476. #8

Merged
merged 4 commits into from Mar 19, 2018
Merged
Changes from 1 commit
Commits
File filter
Filter file types
Jump to
Jump to file
Failed to load files.

Always

Just for now

Next
Refactoring loading cliqz modules. Fixing GH-476.
  • Loading branch information
Serge Zarembsky
Serge Zarembsky committed Mar 16, 2018
commit 21c1015450b48688170adcf306beb88438f4fb34
@@ -55,7 +55,7 @@ const OptIn = (props) => {
</div>
</div>
}
{settingsData.enable_metrics_abtest &&
{settingsData.enable_offers_abtest &&
<div className="s-option-group" id="offers-section">
<div className="s-square-checkbox">
<input type="checkbox" id="settings-allow-offers" name="enable_offers" defaultChecked={settingsData.enable_offers} onClick={props.toggleCheckbox} />
ProTip! Use n and p to navigate between commits in a pull request.