From abe07e6395173439fe225817488922b4362979f8 Mon Sep 17 00:00:00 2001 From: Michael Schmatz Date: Fri, 25 Apr 2014 09:17:04 -0700 Subject: [PATCH] Potential popup blocker fix --- app/views/modal/employer_signup_modal.coffee | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/app/views/modal/employer_signup_modal.coffee b/app/views/modal/employer_signup_modal.coffee index 9ff3932a6..ec89603cf 100644 --- a/app/views/modal/employer_signup_modal.coffee +++ b/app/views/modal/employer_signup_modal.coffee @@ -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