Skip to content
Snippets Groups Projects
Commit ab4a83db authored by Nico's avatar Nico
Browse files

fix: reload in progress always shown when empty response

parent 512334d9
No related branches found
No related tags found
No related merge requests found
...@@ -48,8 +48,8 @@ ...@@ -48,8 +48,8 @@
} else { } else {
downloadedOffline.append(line) downloadedOffline.append(line)
} }
$("#refresh").attr("disabled", false).text("refresh");
}) })
$("#refresh").attr("disabled", false).text("refresh");
}) })
} }
$(document).ready(function() { $(document).ready(function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment