CSS: myslice.css is generic, the CSS for each theme will only override the colors
[unfold.git] / unfold / templates / plugin-init.js
1 $(document).ready(function() { $('#{{ domid }}').{{ plugin_classname }}({{ settings_json|safe }}); });