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

Next

Fix for GH-859

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

metrics.ping('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');
const date = new Date();
ProTip! Use n and p to navigate between commits in a pull request.