К предыдущему

This commit is contained in:
Book Pauk
2022-10-14 16:58:31 +07:00
parent c739c5abbb
commit 2f430d02a4

View File

@@ -102,9 +102,7 @@ class App {
}
setAppTitle(title) {
if (!title) {
document.title = 'inpx-web';
} else {
if (title) {
document.title = title;
}
}