オレンジタウン駅のせいで牟礼とか神前駅とかがおかしくなっていたので修正

This commit is contained in:
harukin-expo-dev-env 2024-09-08 12:50:29 +00:00
parent 8691f81598
commit 37f7fe0d67

View File

@ -785,7 +785,9 @@ const setStationMenuDialog = new MutationObserver( (mutations) => {
} }
} }
const data2 =[]; const data2 =[];
document.querySelectorAll('#disp > div > div > div > div > font > div').forEach(d=>data2.push(d)) document.querySelectorAll('#disp > div > div > div > div > font > div').forEach(d=>{
if(!!d.onclick) data2.push(d);
})
for(let d of data2 ){ for(let d of data2 ){
if(!d.offclick){ if(!d.offclick){