diff options
author | Leif Johansson <leifj@sunet.se> | 2012-10-21 12:00:27 +0200 |
---|---|---|
committer | Leif Johansson <leifj@sunet.se> | 2012-10-21 12:00:27 +0200 |
commit | 371053f1f562037b61096595c6c6ae827683f8a6 (patch) | |
tree | d43f5301af098a9d09d192392db67d86a5ec54f6 /templates/apps/stats/user.html | |
parent | 5d6e0f3d73deb9be46b569b280f976de6fbfba56 (diff) |
spinner
Diffstat (limited to 'templates/apps/stats/user.html')
-rw-r--r-- | templates/apps/stats/user.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/apps/stats/user.html b/templates/apps/stats/user.html index dc51ecd..48ad4ed 100644 --- a/templates/apps/stats/user.html +++ b/templates/apps/stats/user.html @@ -17,9 +17,9 @@ $.ajax({ } }); $("#graph").ajaxStart(function() { - this.spin("large") + $(this).spin("large") }).ajaxStop(function() { - this.spin(false) + $(this).spin(false) }); {% endblock %} {% block content %} |