fxb / javascript-last.fm-api

last.fm API bindings for JavaScript
http://lastfm.felixbruns.de/javascript-last.fm-api/
308 stars 53 forks source link

Fixed the issue of success getting called twice and iframe cleanup. #12

Closed venkatagiri closed 9 years ago

venkatagiri commented 11 years ago

Fixed two issues. 1) Success callback being called twice. It's a safari/webkit issue if onload is attached before appending the child to the DOM. 2) iframe elements used to POST the form was not being cleaned up.