ShaneK / Matador

Front-end web interface for Bull Job Manager
MIT License
98 stars 51 forks source link

Use a local version of jQuery for offline compat #35

Closed nicjansma closed 7 years ago

nicjansma commented 7 years ago

If there is no external internet access available, Matador cannot be used because it was pointing to https://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js. I found this out on an airplane :)

Since many of the other js/ files are cached locally, let's just keep a copy of jQuery 2.1.0 as well.

nicjansma commented 7 years ago

Any concerns here?

nicjansma commented 7 years ago

@ShaneK If you're still interested in this project, it would be great to get some feedback on this. Thanks!

ShaneK commented 7 years ago

Honestly have no idea why I didn't start with a local copy to begin with since all the other libraries are local copies. Thanks for the PR!

ShaneK commented 7 years ago

This is live in version 1.2.2