Added account settings management and avatars

This commit is contained in:
Marcin Kurczewski
2014-09-07 00:33:46 +02:00
parent bfee96c59e
commit ee2ca7fbaf
40 changed files with 1178 additions and 175 deletions

View File

@ -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();
},
});