split engine/ into manifold/ (backend oriented) and unfold/ (the UI)
[myslice.git] / unfold / templates / plugin-setenv.js
1 $(document).ready(function() { jQuery('#{{ domid }}').{{ plugin_classname }}({{ settings_json|safe }}); });