summaryrefslogtreecommitdiff
path: root/static/js
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2012-10-21 12:19:42 +0200
committerLeif Johansson <leifj@sunet.se>2012-10-21 12:19:42 +0200
commit6b889c1a579a965c4692b920615978cf1e5d10c4 (patch)
tree6c57ed06b36742c62d6caaa76ad4caa0e975d922 /static/js
parent58996db70b4a62b8757d6070fadc4671ff790cb9 (diff)
spinner
Diffstat (limited to 'static/js')
-rw-r--r--static/js/jquery.spin.js3
1 files changed, 2 insertions, 1 deletions
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() {