mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-06-27 11:50:00 +00:00
Update version.js
This commit is contained in:
parent
edde3320f0
commit
1a8c3387fe
@ -10,7 +10,7 @@ version.checkVersion = function () {
|
|||||||
|
|
||||||
$.ajax({
|
$.ajax({
|
||||||
type: 'GET',
|
type: 'GET',
|
||||||
url: 'githash.php',
|
url: 'controllers/hash.php',
|
||||||
success: function (data) {
|
success: function (data) {
|
||||||
// The githash variable is located in index.php
|
// The githash variable is located in index.php
|
||||||
if (data && data.gitHash !== gitHash) {
|
if (data && data.gitHash !== gitHash) {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user