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