Main rockstor.com webpage. As a community endeavour we welcome contributions / corrections. Be sure to add your name to the AUTHORS file when submitting changes.
Other
2
stars
3
forks
source link
Remove outdated respond.min.js and ineffectual sourceMappingURL #39 #40
Removed respond.min.js config from config.toml and the source file.
Removed deprecated "//@" sourceMappingURL reference. The newer "//#" was not used instead as jquery.js 1.11 dropped this line entirely:
https://blog.jquery.com/2014/01/24/jquery-1-11-and-2-1-released/
Plus we no longer carry this map and it was just resulting in 404 console warnings.
Includes:
Fixes #39 May relate to #35