From 6b889c1a579a965c4692b920615978cf1e5d10c4 Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Sun, 21 Oct 2012 12:19:42 +0200 Subject: spinner --- static/js/jquery.spin.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'static') diff --git a/static/js/jquery.spin.js b/static/js/jquery.spin.js index 0a7c2b5..ab919db 100644 --- a/static/js/jquery.spin.js +++ b/static/js/jquery.spin.js @@ -16,7 +16,8 @@ $("#el").spin(false); // Kills the spinner. "custom": { lines: 7, length: 2, width: 2, radius: 2}, "tiny": { lines: 8, length: 2, width: 2, radius: 3 }, "small": { lines: 8, length: 4, width: 3, radius: 5 }, - "large": { lines: 10, length: 8, width: 4, radius: 8 } + "large": { lines: 10, length: 8, width: 4, radius: 8 }, + "flotload": { lines: 13, length: 7, width: 7, radius: 33 } }; if (Spinner) { return this.each(function() { -- cgit v1.1