This commit is contained in:
Michael Schmatz 2014-06-23 09:46:39 -07:00
parent 874b149986
commit 27774cdf0f

View file

@ -104,6 +104,7 @@ module.exports = class ProfileView extends View
@linkedinLoaded = true
if @waitingForLinkedIn
@renderLinkedInButton()
@authorizedWithLinkedIn = IN?.User?.isAuthorized()
renderLinkedInButton: =>
IN?.parse()