add debugging/console capability to devices where it is not available or easily accessibile
This commit is contained in:
@ -193,6 +193,8 @@ window.setupSidebarToggle = function() {
|
||||
// BOOTING ///////////////////////////////////////////////////////////
|
||||
|
||||
function boot() {
|
||||
window.debug.console.overwriteNativeIfRequired();
|
||||
|
||||
console.log('loading done, booting');
|
||||
window.setupStyles();
|
||||
window.setupMap();
|
||||
|
Reference in New Issue
Block a user