summaryrefslogtreecommitdiff
path: root/main.js
diff options
context:
space:
mode:
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)
{