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