mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
client/views: refactor rendering
This commit is contained in:
@ -16,7 +16,7 @@ class HomeController {
|
||||
|
||||
indexRoute() {
|
||||
topNavController.activate('home');
|
||||
this.homeView.render();
|
||||
this.homeView.render({});
|
||||
}
|
||||
|
||||
notFoundRoute() {
|
||||
|
Reference in New Issue
Block a user