tiliado / nuvola-app-amazon-cloud-player

Amazon Cloud Player script for Nuvola Apps Runtime.
https://nuvola.tiliado.eu/app/amazon_cloud_player/
BSD 2-Clause "Simplified" License
7 stars 7 forks source link

Don't assume DOM hasn't been loaded yet #16

Closed jiri-janousek closed 8 years ago

jiri-janousek commented 8 years ago

This isn't guaranteed and it leads to an incompatibility with Nuvola Player 3.0.3 which emits InitWebWorker signal when DOM document is ready already.


When merging this branch, please follow Guidelines for Merge Commits, especially:

SteVwonder commented 8 years ago

Code change looks good. I'll test it out later this evening.