From 59b10d3f4dd49a6a5880f7b3e48bac5b09179290 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?iBug=20=E2=99=A6?= <7273074+iBug@users.noreply.github.com> Date: Tue, 15 Jan 2019 12:31:35 +0800 Subject: [PATCH] Also reload the page after all calls --- saviour-of-lost-souls/saviour-of-lost-souls.user.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/saviour-of-lost-souls/saviour-of-lost-souls.user.js b/saviour-of-lost-souls/saviour-of-lost-souls.user.js index fd0bd83..1101123 100644 --- a/saviour-of-lost-souls/saviour-of-lost-souls.user.js +++ b/saviour-of-lost-souls/saviour-of-lost-souls.user.js @@ -144,6 +144,6 @@ }); } - // TODO: reload page after all calls are finished + window.location.reload(false); }); })(window.jQuery);