Ignore:
Timestamp:
Jan 22, 2013, 9:01:03 PM (11 years ago)
Author:
mistic100
Message:

fixed: cannot create initial config, update Tumblr adapter

File:
1 edited

Legend:

Unmodified
Added
Removed
  • extensions/oAuth/template/identification_common.tpl

    r20324 r20337  
    7474  var idp = $(this).data('idp');
    7575  var oi = $("#openid_form input[name='openid_identifier']").val();
     76  $("#openid_form input[name='openid_identifier']").val('');
    7677 
    7778  $("#openid_label").removeClass('error');
     
    8687  }
    8788 
    88   open_auth("{$OAUTH_URL}OpenID&openid_identifier="+ encode(oi));
     89  open_auth("{$OAUTH_URL}OpenID&openid_identifier="+ encodeURI(oi));
    8990  $.colorbox.close();
    9091  return false;
Note: See TracChangeset for help on using the changeset viewer.