diff --git a/cmd/magneticow/data/static/scripts/torrents.js b/cmd/magneticow/data/static/scripts/torrents.js index 3fadd40..5b9f03e 100644 --- a/cmd/magneticow/data/static/scripts/torrents.js +++ b/cmd/magneticow/data/static/scripts/torrents.js @@ -125,7 +125,8 @@ function load(queryParam) { if (req.readyState !== 4) return; - disableButtonWithMsg("Load More Results") + button.textContent = "Load More Results"; + button.removeAttribute("disabled"); if (req.status !== 200) alert(req.responseText);