mirror of
https://github.com/MichMich/MagicMirror.git
synced 2025-08-21 12:55:22 +00:00
Update version.js
This commit is contained in:
@@ -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) {
|
||||||
|
Reference in New Issue
Block a user