jonseg / crud-admin-generator

An open source tool to generate a complete backend from a MySql database.
http://crud-admin-generator.com/
MIT License
1.43k stars 441 forks source link

changed jquery path to protocol relative url #103

Open robymus opened 8 years ago

robymus commented 8 years ago

The jquery path in backend.html.twig was using http protocol, so the generated page was not working over https. I have simply changed it to protocol relative url.