proper query for title list

master
BuildTools 4 years ago
parent 0e2cc09cbb
commit 2cad20a42a
  1. 2
      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) {

Loading…
Cancel
Save