Shabda Raaj

Results 3 comments of Shabda Raaj

I can see that the `.done` is firing before script execution. `$.getScript("https://platform.twitter.com/widgets.js").done(..)` with some twitter media will fire the done code without waiting for the execution to happen.

+1 I can replicate this issue on the latest checkout of the repo.

@ryandotsmith : It needs to be explicitly enabled by user in `nginx.comf.erb`: https://github.com/agiliq/agiliq/blob/master/config/nginx.conf.erb#L41 If you don't enable this there is no difference to nginx. However if you want to enable/disable...