fixed css

This commit is contained in:
STEINNI
2025-09-18 17:55:05 +00:00
parent 190d8df334
commit b5f0fb0c5d
13 changed files with 276 additions and 98 deletions
+1 -1
View File
@@ -104,7 +104,7 @@ class Router {
} else if(exturl && (exturl != '')) { // Internal redirect
history.replaceState(null, '', exturl);
this.route();
} else {
} else {
this.execRoute(...routeinfo);
}
}