print build date to console once
This commit is contained in:
parent
713b5a16ff
commit
91f6f6d9d6
@ -233,7 +233,7 @@ window.setupDialogs = function() {
|
||||
function boot() {
|
||||
window.debug.console.overwriteNativeIfRequired();
|
||||
|
||||
console.log('loading done, booting');
|
||||
console.log('loading done, booting. Built: ' + window.iitcBuildDate);
|
||||
window.runOnSmartphonesBeforeBoot();
|
||||
|
||||
// overwrite default Leaflet Marker icon to be a neutral color
|
||||
|
Loading…
x
Reference in New Issue
Block a user