diff options
Diffstat (limited to 'static/js/jquery.spin.js')
-rw-r--r-- | static/js/jquery.spin.js | 3 |
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() { |