Anti-hack pt2
This commit is contained in:
parent
49313c321b
commit
5beb0cdfbe
|
@ -3,7 +3,7 @@ const bottoni = document.getElementById('buttons');
|
|||
const posto = params.get('location');
|
||||
const fermata_span = document.getElementById('fermata-span');
|
||||
|
||||
fermata_span.innerHTML=posto;
|
||||
fermata_span.textContent=posto;
|
||||
|
||||
if(posto=="STAZIONE FS"){
|
||||
bottoni.innerHTML = `
|
||||
|
|
Loading…
Reference in New Issue