From 371053f1f562037b61096595c6c6ae827683f8a6 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Sun, 21 Oct 2012 12:00:27 +0200 Subject: spinner --- templates/apps/stats/user.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'templates') 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 %} -- cgit v1.1