diff options
| author | Ozh <ozh@ozh.org> | 2022-04-24 12:57:37 +0200 |
|---|---|---|
| committer | Ozh <ozh@ozh.org> | 2022-04-24 12:57:37 +0200 |
| commit | 7a23770be016d581d87ba8d1cfafe7bad5eb3da4 (patch) | |
| tree | e25e4830d5e7ecf63f3685c96680c4c634fc01ce /main.js | |
| parent | d5536bb2a5c11db3fba41e5db86ac52057e541a9 (diff) | |
Update to 2.091
Fixes #46
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)
{
|