refresh fix

This commit is contained in:
Michael Teeuw 2014-02-19 17:23:54 +01:00
parent dd06336a0d
commit beb10ce326

View File

@ -32,7 +32,8 @@ jQuery(document).ready(function($) {
$.getJSON('githash.php', {}, function(json, textStatus) {
if (json) {
if (json.gitHash != gitHash) {
location.reload();
window.location.reload();
window.location.href=window.location.href;
}
}
});