diff --git a/js/title_list.js b/js/title_list.js index da52b2a..a9af40d 100644 --- a/js/title_list.js +++ b/js/title_list.js @@ -4,7 +4,7 @@ function load_titles(remote) { base = remote; - remote = remote+"/manga/search?title="; + remote = remote+"/manga/search?sort"; fetch(remote) .then(res => res.json()) .then(function (res) {