mirror of
https://github.com/chaoticbackup/chaoticbackup.github.io.git
synced 2026-08-24 09:34:36 -05:00
wip simple cases work
This commit is contained in:
@@ -51,7 +51,7 @@
|
||||
(function(l) {
|
||||
if (l.search) {
|
||||
let title = l.search.split('&')[0].split('/')[1];
|
||||
if (title != "") {
|
||||
if (title && title != "") {
|
||||
document.title = title.charAt(0).toUpperCase() + title.slice(1);
|
||||
}
|
||||
else {
|
||||
|
||||
Reference in New Issue
Block a user