summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--templates/apps/stats/user.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apps/stats/user.html b/templates/apps/stats/user.html
index 6845552..9dcc1c4 100644
--- a/templates/apps/stats/user.html
+++ b/templates/apps/stats/user.html
@@ -4,7 +4,7 @@
$.ajax({
url: '/api/stats/user/{{username}}',
method: 'GET',
- ajaxStart: function() { $('#graph').spin("large"); }
+ ajaxStart: function() { $('#graph').spin("large"); },
success: function (resp) {
var graph = $('#graph');
graph.spin(false);