インテント整理
This commit is contained in:
parent
ea4fa46fe0
commit
5204231ccb
@ -1092,8 +1092,8 @@ export const injectJavascriptData: InjectJavascriptData = (
|
||||
行き先情報.innerText = 行き先情報.innerText+"臨時列車\\n";
|
||||
}
|
||||
|
||||
let JRF = false;
|
||||
const getJRF = num =>{
|
||||
let JRF = false;
|
||||
const getJRF = num =>{
|
||||
switch(num){
|
||||
case "71":
|
||||
return "東京(タ)→高松(タ)"+"\\n";
|
||||
@ -1126,9 +1126,9 @@ const getJRF = num =>{
|
||||
JRF = true;
|
||||
return null;
|
||||
}
|
||||
}
|
||||
const data = getJRF(列番データ);
|
||||
行き先情報.innerText = data != null ? data+行き先情報.innerText : 行き先情報.innerText;
|
||||
}
|
||||
const data = getJRF(列番データ);
|
||||
行き先情報.innerText = data != null ? data+行き先情報.innerText : 行き先情報.innerText;
|
||||
|
||||
const getThrew = num =>{
|
||||
|
||||
@ -1188,8 +1188,8 @@ const data = getJRF(列番データ);
|
||||
行き先情報.innerText = getThrew(列番データ) || 行き先情報.innerText;
|
||||
//列番付与
|
||||
行き先情報.innerText = 行き先情報.innerText+列番データ+(JRF ? "":"レ");
|
||||
}
|
||||
`;
|
||||
}
|
||||
`;
|
||||
|
||||
const textInsert =
|
||||
`
|
||||
|
Loading…
Reference in New Issue
Block a user