wip mv map_prof plugin outside docker
This commit is contained in:
7
map_prof/scripts/mp_errors_map.js
Normal file
7
map_prof/scripts/mp_errors_map.js
Normal file
@@ -0,0 +1,7 @@
|
||||
function print_error(error) {
|
||||
let div_map = document.getElementById("ljdp_map");
|
||||
let p_err = document.createElement('p');
|
||||
|
||||
p_err.textContent = error;
|
||||
div_map.after(p_err);
|
||||
}
|
||||
Reference in New Issue
Block a user