just-kile / Zapfmaster2000

facebook.com/Zapfmaster2000
2 stars 1 forks source link

Firefox Request Token not correct #26

Closed partysalat closed 11 years ago

partysalat commented 11 years ago

In Firefox Browser the auth token is not set correctly.

partysalat commented 11 years ago

The Problem was caused by login at index.html. The jQuery Ajax success callback tries to parse the response as XML, so an error occurs.

Fixed: use the jQuery ajax complete callback and response.responseText instead