• Lukas Eipert's avatar
    Replace jquery.get with Rails.ajax · 2764ade4
    Lukas Eipert authored
    In the code below jQuery.get is used in order to download javascript
    that is then executed. In order to move away from jQuery ajax, we can
    utilize Rails.ajax which does the same thing.
    2764ade4
custom_project_templates.js 4.4 KB