Skip to content

Commit

Permalink
Merge pull request #3082 from alexgibson/bug-1177810-fix-sync-button
Browse files Browse the repository at this point in the history
[fix bug 1177810] get started with sync button does nothing
  • Loading branch information
Schalk Neethling committed Jun 29, 2015
2 parents 00ec057 + b1812c9 commit d460d85
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions media/js/firefox/sync.js
Expand Up @@ -126,6 +126,12 @@
'data-download-version': 'Firefox for Android'
});

// Firefox Sync sign in flow button
$('#cta-sync').on('click', function(e) {
e.preventDefault();
Mozilla.UITour.showFirefoxAccounts();
});


Mozilla.FxFamilyNav.init({ primaryId: 'desktop', subId: 'sync' });
})(window.jQuery, window.Mozilla);

0 comments on commit d460d85

Please sign in to comment.