summaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
authorOzh <ozh@ozh.org>2022-04-24 12:57:37 +0200
committerOzh <ozh@ozh.org>2022-04-24 12:57:37 +0200
commit7a23770be016d581d87ba8d1cfafe7bad5eb3da4 (patch)
treee25e4830d5e7ecf63f3685c96680c4c634fc01ce /main.js
parentd5536bb2a5c11db3fba41e5db86ac52057e541a9 (diff)
Update to 2.091
Fixes #46
Diffstat (limited to 'main.js')
-rw-r--r--main.js2
1 files changed, 1 insertions, 1 deletions
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)
{