mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added tag listing
This commit is contained in:
@ -24,7 +24,7 @@ App.Presenters.UserPresenter = function(
|
||||
|
||||
function init(args, loaded) {
|
||||
promise.wait(util.promiseTemplate('user'))
|
||||
.then(function(template, response) {
|
||||
.then(function(template) {
|
||||
$messages = $el.find('.messages');
|
||||
templates.user = template;
|
||||
reinit(args, loaded);
|
||||
|
Reference in New Issue
Block a user