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

Feature/gh 859 #1

Merged
merged 4 commits into from Mar 9, 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

Linting.

  • Loading branch information
Serge Zarembsky
Serge Zarembsky committed Mar 8, 2018
commit 504680e77d332de44d56eaefbacc62025a6d8530
@@ -1226,7 +1226,7 @@ function initializeGhosteryModules() {
conf.version_history = version_history;

metrics.ping('upgrade');
//We don't want install_complete pings for upgrade
// We don't want install_complete pings for upgrade
conf.metrics.install_complete_all = Number(new Date().getTime());
} else if (globals.JUST_INSTALLED) {
log('JUST INSTALLED');
ProTip! Use n and p to navigate between commits in a pull request.