wip simple cases work

This commit is contained in:
Daniel
2019-12-06 16:54:54 -05:00
parent c8f72e0f0e
commit 85af86ec1c
10 changed files with 2692 additions and 929 deletions

View File

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