don't hold back link event for account connect

This commit is contained in:
Stephen Birarda 2015-05-26 15:16:23 -07:00
parent 16e5710325
commit 857552ae0b

View file

@ -262,7 +262,6 @@ $(document).ready(function(){
$('#' + Settings.FORM_ID).on('click', '#' + Settings.CONNECT_ACCOUNT_BTN_ID, function(e){
$(this).blur();
prepareAccessTokenPrompt();
e.preventDefault();
});
var panelsSource = $('#panels-template').html()