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 globals;
|
||||
var post;
|
||||
var user;
|
||||
|
||||
function init(params, loaded) {
|
||||
topNavigationPresenter.select('home');
|
||||
|
Reference in New Issue
Block a user