NIHVIVO-3468: added progress indicator to my account page
This commit is contained in:
parent
a0d96494ea
commit
83c4e54a34
3 changed files with 7 additions and 2 deletions
|
@ -189,6 +189,10 @@ $(document).ready(function() {
|
|||
//Add progress indicator for autocomplete input fields
|
||||
|
||||
var progressImage;
|
||||
|
||||
$('#addProfileEditor').click(function(event){
|
||||
progressImage = $(event.target).closest("section").find(".loading-profileMyAccoount")
|
||||
});
|
||||
|
||||
$('#selectProfileEditors').click(function(event){
|
||||
progressImage = $(event.target).closest("section").find(".loading-relateEditor")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue