From eb541a17d58d3759e759989fa8d295d4e29af287 Mon Sep 17 00:00:00 2001 From: Rupert Hausberger Date: Sun, 7 Jul 2013 17:15:58 +0200 Subject: [PATCH] update 0.8.1 --- index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.js b/index.js index ae94e4c..5e34b0b 100644 --- a/index.js +++ b/index.js @@ -235,7 +235,7 @@ function Cache() { roms[num] = data; return data; } else - alert('Wrong checksum for ' + url + ' (is $' + dechex(crc32(data)) + ', should $' + dechex(crc) + ')'); + alert('Wrong checksum for ' + url + ' (is $' + dechex(crc32(data)) + ', should $' + dechex(crc) + ')\n\nFlush the browser-cache with "Ctrl+Shift+Del" and press F5 to reload...'); } else alert('Wrong file-length for ' + url + ' (' + size + ')'); }