Added loading animation for notes

This commit is contained in:
Dmitriy Zaporozhets 2012-02-27 20:44:13 +02:00
parent cd5c4bac50
commit 8716fc78f3
1 changed files with 2 additions and 0 deletions

View File

@ -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"});
},