mirror of
https://github.com/lubosz/overte.git
synced 2025-04-08 18:02:23 +02:00
don't hold back link event for account connect
This commit is contained in:
parent
16e5710325
commit
857552ae0b
1 changed files with 0 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue