Skip to content

Commit

Permalink
remove error console and update footer
Browse files Browse the repository at this point in the history
  • Loading branch information
dulvui committed Mar 7, 2024
1 parent f4ec8ec commit 500018e
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
4 changes: 1 addition & 3 deletions src/main/webapp/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,8 +132,6 @@

</div>

<div id="error-console" style="height:1.5em; flex-shrink:0;color:red; background-color:black"></div>

<div id="map-popup" style="display:none">

<div id="map-popup-box">
Expand All @@ -160,7 +158,7 @@
})
</script>

<div style="flex-shrink:0; background-color:#dddddd">(C) 2018-2023 NOI Techpark</div>
<div style="flex-shrink:0; background-color:#dddddd">(C) 2018-present NOI Techpark</div>

</div>

Expand Down
3 changes: 0 additions & 3 deletions src/main/webapp/map.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ async function map_start_promise() {

startAutoRefresh();

let error_console = document.getElementById('error-console')

var layers_container = document.getElementById('layers-container')


Expand Down Expand Up @@ -309,7 +307,6 @@ async function map_start_promise() {
}
}
catch (e) {
error_console.textContent = format_time() + ': ' + e;
console.error(e)
}
finally {
Expand Down

0 comments on commit 500018e

Please sign in to comment.