Added loading animation for notes
This commit is contained in:
parent
cd5c4bac50
commit
8716fc78f3
|
@ -98,6 +98,8 @@ getContent:
|
|||
type: "GET",
|
||||
url: this.notes_path,
|
||||
data: "?" + this.target_params,
|
||||
complete: function(){ $('.status').removeClass("loading")},
|
||||
beforeSend: function() { $('.status').addClass("loading") },
|
||||
dataType: "script"});
|
||||
},
|
||||
|
||||
|
|
Loading…
Reference in a new issue