mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Fixed undeclared variable in HomePresenter
This commit is contained in:
@ -16,6 +16,7 @@ App.Presenters.HomePresenter = function(
|
|||||||
var templates = {};
|
var templates = {};
|
||||||
var globals;
|
var globals;
|
||||||
var post;
|
var post;
|
||||||
|
var user;
|
||||||
|
|
||||||
function init(params, loaded) {
|
function init(params, loaded) {
|
||||||
topNavigationPresenter.select('home');
|
topNavigationPresenter.select('home');
|
||||||
|
Reference in New Issue
Block a user