comparison s4-main.js @ 993:83119d97a2f2 draft

Add English message(CSVget)
author HIROSE Yuuji <yuuji@gentei.org>
date Fri, 14 Oct 2022 23:22:48 +0859
parents 17cdef0e8767
children f7cd4528926b
comparison
equal deleted inserted replaced
992:17cdef0e8767 993:83119d97a2f2
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 Seen articles limited to 50 items.
840 Push OK to get all articles, Cancel to get only seen articles.`)) {
839 a.click(); 841 a.click();
840 return; 842 return;
841 } 843 }
842 } 844 }
843 } 845 }

yatex.org