add timestamp on all css/js files

This commit is contained in:
2019-01-26 18:05:17 +01:00
parent d074fb31ec
commit 58174a7a5c
4 changed files with 15 additions and 12 deletions

View File

@@ -63,7 +63,7 @@ oSpot.pageInit = function(asHash)
),
$.ajax({
dataType: 'json',
url: self.consts.geo_folder+self.vars(['project', 'geofile']),
url: self.vars(['project', 'geofile']),
mimeType: 'application/json'
})
).done(function(oMessages, aoTracks) {