From 1a8c3387fec9bdd30aae60cdc9a3636c0f4b29ba Mon Sep 17 00:00:00 2001 From: Nicholas Hubbard Date: Thu, 7 Jan 2016 15:34:45 -0500 Subject: [PATCH] Update version.js --- js/version/version.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 +}