add a success message for this ajax call

git-svn-id: https://svn.apache.org/repos/asf/archiva/trunk@1177989 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Olivier Lamy 2011-10-01 14:20:21 +00:00
parent 3ead9fbb4a
commit e4e6fd32af
1 changed files with 1 additions and 0 deletions

View File

@ -65,6 +65,7 @@
alert('error');
}
});
alert("download remote index scheduled");
return false;
}
document.getElementById("editRemoteRepository_repository_name").focus();