From 7a23770be016d581d87ba8d1cfafe7bad5eb3da4 Mon Sep 17 00:00:00 2001 From: Ozh Date: Sun, 24 Apr 2022 12:57:37 +0200 Subject: Update to 2.091 Fixes #46 --- main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.js') diff --git a/main.js b/main.js index afa5009..4ece6ee 100644 --- a/main.js +++ b/main.js @@ -1880,7 +1880,7 @@ Game.Launch=function() Game.GrabData=function() { - ajax('/patreon/grab.php',Game.GrabDataResponse); + ajax('grab.txt',Game.GrabDataResponse); } Game.GrabDataResponse=function(response) { -- cgit v1.2.3