Merge branch 'v3' of git://github.com/zixaphir/appchan-x

This commit is contained in:
Jordan Bates 2013-04-24 15:06:26 -07:00
commit 494b99a9e4
5 changed files with 4 additions and 4 deletions

View File

@ -4988,7 +4988,7 @@
if (!text) {
return;
}
as = $$('#full-board-list a', Header.bar).slice(0, -2);
as = $$('#full-board-list a', Header.bar);
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map(function(t) {
var a, board, m, _i, _len;

View File

@ -4979,7 +4979,7 @@
if (!text) {
return;
}
as = $$('#full-board-list a', Header.bar).slice(0, -2);
as = $$('#full-board-list a', Header.bar);
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map(function(t) {
var a, board, m, _i, _len;

Binary file not shown.

View File

@ -4843,7 +4843,7 @@
if (!text) {
return;
}
as = $$('#full-board-list a', Header.bar).slice(0, -2);
as = $$('#full-board-list a', Header.bar);
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map(function(t) {
var a, board, m, _i, _len;

View File

@ -122,7 +122,7 @@ Header =
list = $ '#custom-board-list', Header.bar
$.rmAll list
return unless text
as = $$('#full-board-list a', Header.bar)[0...-2] # ignore the Settings and Home links
as = $$('#full-board-list a', Header.bar)
nodes = text.match(/[\w@]+(-(all|title|replace|full|index|catalog|text:"[^"]+"))*|[^\w@]+/g).map (t) ->
if /^[^\w@]/.test t
return $.tn t