Closed alexgmin closed 5 years ago
Heads-up: a line must be added to MANIFEST.in to include the external JS — otherwise, it won't be packaged and installed. Something like recursive-include elastic_panel/static *
Heads-up: a line must be added to MANIFEST.in to include the external JS — otherwise, it won't be packaged and installed. Something like
recursive-include elastic_panel/static *
Done, thank you.
Replaced jQuery code with native JS because Django Debug Toolbar removed jQuery in 1.10.
Moved inline javascript to an external file, so is executed after fetching it with ajax.