add timestamp on all css/js files

This commit is contained in:
2019-01-26 18:05:17 +01:00
parent 85bd290d22
commit e138f2ca41
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) {