Prevent caching of configuration URL on JSON file mode

This commit is contained in:
Mike Primm 2012-01-01 18:18:13 -06:00
parent 446c52e933
commit f24e460cd6

View File

@ -22,7 +22,7 @@ var config = {
// For standalone (jsonfile) webserver.
// url: {
// configuration: 'standalone/dynmap_config.json',
// configuration: 'standalone/dynmap_config.json?_={timestamp}',
// update: 'standalone/dynmap_{world}.json?_={timestamp}',
// sendmessage: 'standalone/sendmessage.php'
// },