We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69c701b commit 19811e2Copy full SHA for 19811e2
src/main/xar-resources/resources/scripts/query.js
@@ -47,9 +47,10 @@ $(document).on("ready", function() {
47
success: function (data) {
48
$("#f-load-indicator").hide();
49
if (data.status == "failed") {
50
+ // FIXME the server should respond with an error status code
51
$("#messages").text(data.message);
52
} else {
- window.location.href = ".";
53
+ window.location.reload();
54
}
55
56
});
0 commit comments