From 20730d23e8fec5188e82c1b7b35b0cac49cdcec6 Mon Sep 17 00:00:00 2001 From: Mike Primm Date: Mon, 2 Jan 2012 08:18:13 +0800 Subject: [PATCH] Prevent caching of configuration URL on JSON file mode --- web/config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/config.js b/web/config.js index 8d2bf453..c810ea62 100644 --- a/web/config.js +++ b/web/config.js @@ -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' // },