responsiv / uploader-plugin

Collection of File Upload components for October
MIT License
62 stars 39 forks source link

fixing document.render o document.ready #44

Closed Asinox closed 6 years ago

Asinox commented 6 years ago

I fixed the old jquery $(document).render() to $(document).ready();

daftspunk commented 6 years ago
$(document).render()

This is not jQuery, this is October. Make sure you include {% framework %} tags so it works.

Asinox commented 6 years ago

I did, but i got it

daftspunk commented 6 years ago

It could be a race condition, check the correct load order

  1. {% framework %}
  2. {% scripts %}

Framework include should come before the scripts injection.