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

Fix for Edge Setup trouble (GH-1261) #134

Merged
merged 3 commits into from Jul 12, 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

Prev
Removed extra panelData.init
  • Loading branch information
zarembsky committed Jul 12, 2018
commit 68127400e079736f532725b4cb4c9f7c1eecee6e
@@ -1543,7 +1543,6 @@ function initializeGhosteryModules() {
*/
function init() {
return confData.init().then(() => {
panelData.init();
initializePopup();
initializeEventListeners();
initializeVersioning();
ProTip! Use n and p to navigate between commits in a pull request.