comparison s4-main.js @ 990:82a624dbb16d draft

Typo fixed
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 14 Oct 2022 23:09:29 +0859
parents 964a99fe2fb1
children b563e1ff9e74
comparison
equal deleted inserted replaced
989:964a99fe2fb1 990:82a624dbb16d
831 let blogtbl = document.querySelector("table.blog_replies"); 831 let blogtbl = document.querySelector("table.blog_replies");
832 if (!blogtbl) return; 832 if (!blogtbl) return;
833 let trw = blogtbl.querySelector("tr.warn"), a; 833 let trw = blogtbl.querySelector("tr.warn"), a;
834 if (trw && (a=trw.querySelector("th>a"))) { 834 if (trw && (a=trw.querySelector("th>a"))) {
835 if (a.title == "Show All") { 835 if (a.title == "Show All") {
836 if (window.confirm(`50件以下に表示宣言されています。 836 if (window.confirm(`50件以下に表示制限されています。
837 取得し直しますか? 837 取得し直しますか?
838 Cancelを押すとこのまま取得します。`)) { 838 Cancelを押すとこのまま取得します。`)) {
839 a.click(); 839 a.click();
840 return; 840 return;
841 } 841 }

yatex.org