commit
6196a2beac
|
@ -109,7 +109,7 @@ var sourceVisible = localStorage.getItem('source-visible') === 'true';
|
||||||
function isPureEnglish(text) {
|
function isPureEnglish(text) {
|
||||||
// accept — , quotes, ® and façade too.
|
// accept — , quotes, ® and façade too.
|
||||||
text = text.replace('在线例子', '');
|
text = text.replace('在线例子', '');
|
||||||
return /^[\1-\255—’“”ç®…à]*$/.test(text);
|
return /^[\1-\255—’“”ç®…à\u200B]*$/.test(text);
|
||||||
}
|
}
|
||||||
|
|
||||||
function attributesToString(node) {
|
function attributesToString(node) {
|
||||||
|
|
Loading…
Reference in New Issue