diff options
Diffstat (limited to 'templates/apps')
-rw-r--r-- | templates/apps/stats/user.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/apps/stats/user.html b/templates/apps/stats/user.html index 79ca566..8568697 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', - beforeSend: function() { $('#graph').spin("large"); }, + beforeSend: function() { $('#graph').spin("flotload"); }, success: function (resp) { var graph = $('#graph'); graph.spin(false); |