mirror of
https://github.com/rr-/szurubooru.git
synced 2025-07-17 08:26:24 +00:00
Added account settings management and avatars
This commit is contained in:
@ -44,7 +44,7 @@ App.Util = (function(jQuery, promise) {
|
||||
} else {
|
||||
lastContentPresenter.reinit.call(presenter, args);
|
||||
}
|
||||
};
|
||||
}
|
||||
|
||||
function promiseTemplate(templateName) {
|
||||
return promiseTemplateFromCache(templateName)
|
||||
@ -83,7 +83,7 @@ App.Util = (function(jQuery, promise) {
|
||||
resolve(data);
|
||||
},
|
||||
error: function(xhr, textStatus, errorThrown) {
|
||||
console.log(Error('Error while loading template ' + templateName + ': ' + errorThrown));
|
||||
console.log(Error('Error while loading template ' + templateName + ': ' + errorThrown));
|
||||
reject();
|
||||
},
|
||||
});
|
||||
|
Reference in New Issue
Block a user