facebook page link and logging

This commit is contained in:
Peter Cottle 2013-07-27 15:05:23 -07:00
parent 740a94ccf6
commit af3d440874
10 changed files with 59 additions and 7 deletions

View file

@ -760,9 +760,18 @@ var MainHelperBar = HelperBar.extend({
}, {
icon: 'globe',
id: 'intl'
}, {
newPageLink: true,
icon: 'facebook',
id: 'fb',
href: 'https://www.facebook.com/LearnGitBranching'
}];
},
onFbClick: function() {
log.viewInteracted('fbPageLink');
},
onIntlClick: function() {
this.showDeferMe(this.intlHelper);
log.viewInteracted('openIntlBar');