mirror of
https://github.com/Daniongithub/ER-TPL.git
synced 2025-10-02 21:30:48 +00:00
Anti-hack pt2
This commit is contained in:
@@ -3,7 +3,7 @@ const bottoni = document.getElementById('buttons');
|
|||||||
const posto = params.get('location');
|
const posto = params.get('location');
|
||||||
const fermata_span = document.getElementById('fermata-span');
|
const fermata_span = document.getElementById('fermata-span');
|
||||||
|
|
||||||
fermata_span.innerHTML=posto;
|
fermata_span.textContent=posto;
|
||||||
|
|
||||||
if(posto=="STAZIONE FS"){
|
if(posto=="STAZIONE FS"){
|
||||||
bottoni.innerHTML = `
|
bottoni.innerHTML = `
|
||||||
|
Reference in New Issue
Block a user