Dont add - Catalog to title, #69

Didn't work very well anyway.
This commit is contained in:
Jordan Bates 2013-05-13 22:03:11 -07:00
parent f4e3629b4c
commit e28116ee3e
4 changed files with 0 additions and 4 deletions

View File

@ -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') + ".";
},

View File

@ -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') + ".";
},

View File

@ -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') + ".";
},

View File

@ -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) ->