diff options
Diffstat (limited to 'main.js')
| -rw-r--r-- | main.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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)
{
|