use class 'need-spin' rather than plugin-toggle to host spins
[unfold.git] / engine / templates / plugin.html
index d4b5cf1..19e0b8b 100644 (file)
@@ -1,6 +1,6 @@
 {#<!--begin {{ classname }}{{ domid }}-->#}
 {% if visible %}
-<div class='plugin-toggle' id='toggle-{{ domid }}'>
+<div class='plugin-toggle need-spin' id='toggle-{{ domid }}'>
 {% if togglable %}
   {% if not toggled %}
 <p id='show-{{ domid }}' class='plugin-show'><i class="icon-hand-right"></i> Show {{ title }} ({{ classname }})</p>