Skip to content

Commit

Permalink
fix function errors
Browse files Browse the repository at this point in the history
  • Loading branch information
john committed Jan 8, 2023
1 parent 69a9528 commit 3ce6b31
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/torrent-quick-search.js
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// @namespace https://github.com/TMD20/torrent-quick-search
// @supportURL https://github.com/TMD20/torrent-quick-search
// @downloadURL https://greasyfork.org/en/scripts/452502-torrent-quick-search
// @version 2.02
// @version 2.03
// @description Toggle for Searching Torrents via Search aggegrator
// @icon https://cdn2.iconfinder.com/data/icons/flat-icons-19/512/Eye.png
// @author tmd
Expand Down Expand Up @@ -50,9 +50,9 @@
function main() {
if (GM.info.script.name == "Torrent Quick Search") {
overideBuiltins();
initConfig();
initMainConfig();
initFilterConfig()
createDOM();
createMainDOM();
}
}

Expand Down

0 comments on commit 3ce6b31

Please sign in to comment.