fixed title on mobile devices issue
This commit is contained in:
parent
387d043afd
commit
f5f2e78596
@ -25,7 +25,7 @@ function buildFile() {
|
||||
}
|
||||
|
||||
|
||||
if (screen.width < 993) {
|
||||
if (screen.width > 992) {
|
||||
document.getElementById("siteTitle").innerHTML = "Saved files";
|
||||
} else {
|
||||
document.getElementById("siteTitle").innerHTML = "TG";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user