Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Commit

Permalink
Add browser cache refresh message to version warning
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeprimm committed Dec 31, 2012
1 parent 848f05c commit 345e945
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/js/map.js
Expand Up @@ -378,7 +378,7 @@ DynMap.prototype = {

if(dynmapversion != me.options.dynmapversion) {
me.alertbox
.text('Web files are not matched with plugin version: All files need to be same version (' + me.options.dynmapversion + ')')
.text('Web files are not matched with plugin version: All files need to be same version (' + me.options.dynmapversion + ') - try refreshing browser cache (shift-reload)')
.show();
return;
}
Expand Down

0 comments on commit 345e945

Please sign in to comment.