With the new version installed the Installer is not working.
line 294: https://code.jquery.com/jquery-1.11.3.min.js contains a hardcoded external path in our confined environment.
I’ve changed it to /sites/<oursite>/SPJS/DFFS/plugins/jquery.js and it’s okay now.
Is it possible to change this in a future release?
Sorry for the inconvenience, but I cannot easily change it because I don’t know which path the user installs DFFS in so I cannot know the correct address to use in the src attribute.
I have however moved the script reference to the top of the installer file to make it easier to modify it.