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

Adding return after rejects in a few places. Implementing Ghostery side of GH-885. Fix for GH-871. #10

Merged
merged 10 commits into from Mar 23, 2018

Using abbreviations for seconds, removing unnecessary comment.

  • Loading branch information
Serge Zarembsky
Serge Zarembsky committed Mar 22, 2018
commit c81bd4153e52553802db20fa61c7ebc617d1102b
@@ -856,7 +856,7 @@
"message": "Nunca"
},
"settings_seconds": {
"message": "segundos"
"message": "s"
},
"settings_hide_alert_trusted": {
"message": "Ocultar el cuadro púrpura en sitios web de confianza"
@@ -856,7 +856,7 @@
"message": "Jamais"
},
"settings_seconds": {
"message": "secondes"
"message": "s"
},
"settings_hide_alert_trusted": {
"message": "Masquer la case violette sur les sites de confiance"
@@ -406,8 +406,6 @@ class EventHandlers {
page_url,
incognito
};

// Find out if block false because of site_specific_unblock
}

// process the tracker asynchronously
ProTip! Use n and p to navigate between commits in a pull request.