diff --git a/js/version/version.js b/js/version/version.js index 73dee25a..9a9a682c 100644 --- a/js/version/version.js +++ b/js/version/version.js @@ -10,7 +10,7 @@ version.checkVersion = function () { $.ajax({ type: 'GET', - url: 'githash.php', + url: 'controllers/hash.php', success: function (data) { // The githash variable is located in index.php if (data && data.gitHash !== gitHash) { @@ -31,4 +31,4 @@ version.init = function () { this.checkVersion(); }.bind(this), this.updateInterval); -} \ No newline at end of file +}