reinstate icons for toggling plugins, that had gotten lost in the bootstrap 3 turmoil
[myslice.git] / unfold / templates / plugin-init.js
1 $(document).ready(function() { $('#{{ domid }}').{{ plugin_classname }}({{ settings_json|safe }}); });