removed double facebook call
This commit is contained in:
parent
0e68c5be79
commit
875be431f4
@ -60,9 +60,8 @@ $(function() {
|
||||
xfbml: true,
|
||||
oauth: true
|
||||
});
|
||||
var facebookService = angular.element( 'html' ).injector().get( 'FacebookService' );
|
||||
FB.getLoginStatus( facebookService.processStatus );
|
||||
FB.Event.subscribe( 'auth.statusChange', facebookService.processStatus );
|
||||
var facebookService = angular.element('html').injector().get('FacebookService');
|
||||
FB.Event.subscribe('auth.statusChange', facebookService.processStatus);
|
||||
};
|
||||
});
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user