Potential popup blocker fix

This commit is contained in:
Michael Schmatz 2014-04-25 09:17:04 -07:00
parent 97d3b6107d
commit abe07e6395

View file

@ -86,11 +86,10 @@ module.exports = class EmployerSignupView extends View
window.tracker?.trackEvent 'Finished Signup'
@enableModalInProgress(@$el)
auth.createUserWithoutReload userObject, null
console.log "Authorizing with linkedin"
IN.User.authorize(@recordUserDetails, @)
linkedInAuth: (e) =>
console.log "Authorizing with linkedin"
@listenTo me,"sync", ->
IN.User.authorize(@recordUserDetails, @)
me.fetch()
@reloadWhenClosed = true