evilhero / mylar

An automated Comic Book downloader (cbr/cbz) for use with SABnzbd, NZBGet and torrents
GNU General Public License v3.0
977 stars 173 forks source link

Fix manage turnitoff() error #2427

Closed ajslater closed 4 years ago

ajslater commented 4 years ago

The manage page throws a console error calling turnitoff() before its defined. This fixes that error, but note that it does so by loading our ancient version of jquery in the header instead of at the footer. I believe that's generally a better way to go, but changes to base.html should be looked at with additional scrutiny.

evilhero commented 4 years ago

Merged into development as of 2e7d4b5. Thanks for the PR!