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

Fixes for enabling offers on upgrade and for Setup data sharing checkboxes. #117

Merged
merged 3 commits into from Jun 27, 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

Deleting offer_enabled value.

  • Loading branch information
zarembsky committed Jun 27, 2018
commit 8602c1b19e3bea9cdebcd4ef4c3aafd797fff036
@@ -92,6 +92,10 @@ class ConfData {
_initProperty('trackers_banner_status', true);
}

//Disregard original offers value, so that default value is assigned.
//REMOVE THIS IS THE NEXT VERSION
delete data.enable_offers;

// simple props
_initProperty('alert_bubble_pos', 'br');
_initProperty('alert_bubble_timeout', 15);
ProTip! Use n and p to navigate between commits in a pull request.