correctly remove spinner when remote repo added

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1410351 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2012-11-16 14:22:37 +00:00
parent 7fb5ab3865
commit a9ef8fd53c
1 changed files with 1 additions and 0 deletions

View File

@ -860,6 +860,7 @@ function(jquery,i18n,jqueryTmpl,bootstrap,jqueryValidate,ko) {
self.remoteRepositoriesViewModel.remoteRepositories.push(self.remoteRepository);
displaySuccessMessage($.i18n.prop('remoterepository.added'));
activateRemoteRepositoriesGridTab();
removeMediumSpinnerImg(userMessages);
},
error: function(data) {
var res = $.parseJSON(data.responseText);