Fix external-text:"",""
This commit is contained in:
parent
b487624203
commit
ec7ec57b93
@ -2141,7 +2141,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
as = $$('#full-board-list a[title]', Header.boardList);
|
as = $$('#full-board-list a[title]', Header.boardList);
|
||||||
re = /[\w@]+(-(all|title|replace|full|archive|(mode|sort|text|url):"[^"]+"))*|[^\w@]+/g;
|
re = /[\w@]+(-(all|title|replace|full|archive|(mode|sort|text|url):"[^"]+"(\,"[^"]+[^"]")?))*|[^\w@]+/g;
|
||||||
nodes = text.match(re).map(function(t) {
|
nodes = text.match(re).map(function(t) {
|
||||||
var a, board, boardID, href, m, type, _i, _len;
|
var a, board, boardID, href, m, type, _i, _len;
|
||||||
if (/^[^\w@]/.test(t)) {
|
if (/^[^\w@]/.test(t)) {
|
||||||
|
|||||||
@ -2200,7 +2200,7 @@
|
|||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
as = $$('#full-board-list a[title]', Header.boardList);
|
as = $$('#full-board-list a[title]', Header.boardList);
|
||||||
re = /[\w@]+(-(all|title|replace|full|archive|(mode|sort|text|url):"[^"]+"))*|[^\w@]+/g;
|
re = /[\w@]+(-(all|title|replace|full|archive|(mode|sort|text|url):"[^"]+"(\,"[^"]+[^"]")?))*|[^\w@]+/g;
|
||||||
nodes = text.match(re).map(function(t) {
|
nodes = text.match(re).map(function(t) {
|
||||||
var a, board, boardID, href, m, type, _i, _len;
|
var a, board, boardID, href, m, type, _i, _len;
|
||||||
if (/^[^\w@]/.test(t)) {
|
if (/^[^\w@]/.test(t)) {
|
||||||
|
|||||||
@ -168,7 +168,7 @@ Header =
|
|||||||
$.rmAll list
|
$.rmAll list
|
||||||
return unless text
|
return unless text
|
||||||
as = $$ '#full-board-list a[title]', Header.boardList
|
as = $$ '#full-board-list a[title]', Header.boardList
|
||||||
re = /[\w@]+(-(all|title|replace|full|archive|(mode|sort|text|url):"[^"]+"))*|[^\w@]+/g
|
re = /[\w@]+(-(all|title|replace|full|archive|(mode|sort|text|url):"[^"]+"(\,"[^"]+[^"]")?))*|[^\w@]+/g
|
||||||
nodes = text.match(re).map (t) ->
|
nodes = text.match(re).map (t) ->
|
||||||
if /^[^\w@]/.test t
|
if /^[^\w@]/.test t
|
||||||
return $.tn t
|
return $.tn t
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user