Update version.js

This commit is contained in:
Nicholas Hubbard 2016-01-07 15:34:45 -05:00
parent edde3320f0
commit 1a8c3387fe

View File

@ -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);
}
}