parent
f4e3629b4c
commit
e28116ee3e
@ -8073,7 +8073,6 @@
|
||||
} else {
|
||||
a.pathname = "/" + board + "/" + path;
|
||||
}
|
||||
a.title = useCatalog ? "" + a.title + " - Catalog" : a.title.replace(/\ -\ Catalog$/, '');
|
||||
}
|
||||
return this.title = "Turn catalog links " + (useCatalog ? 'off' : 'on') + ".";
|
||||
},
|
||||
|
||||
@ -8082,7 +8082,6 @@
|
||||
} else {
|
||||
a.pathname = "/" + board + "/" + path;
|
||||
}
|
||||
a.title = useCatalog ? "" + a.title + " - Catalog" : a.title.replace(/\ -\ Catalog$/, '');
|
||||
}
|
||||
return this.title = "Turn catalog links " + (useCatalog ? 'off' : 'on') + ".";
|
||||
},
|
||||
|
||||
@ -8065,7 +8065,6 @@
|
||||
} else {
|
||||
a.pathname = "/" + board + "/" + path;
|
||||
}
|
||||
a.title = useCatalog ? "" + a.title + " - Catalog" : a.title.replace(/\ -\ Catalog$/, '');
|
||||
}
|
||||
return this.title = "Turn catalog links " + (useCatalog ? 'off' : 'on') + ".";
|
||||
},
|
||||
|
||||
@ -40,7 +40,6 @@ CatalogLinks =
|
||||
"//boards.4chan.org/#{board}/"
|
||||
else
|
||||
a.pathname = "/#{board}/#{path}"
|
||||
a.title = if useCatalog then "#{a.title} - Catalog" else a.title.replace(/\ -\ Catalog$/, '')
|
||||
@title = "Turn catalog links #{if useCatalog then 'off' else 'on'}."
|
||||
|
||||
external: (board) ->
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user