split engine/ into manifold/ (backend oriented) and unfold/ (the UI)
[myslice.git] / unfold / templates / plugin-setenv.js
diff --git a/unfold/templates/plugin-setenv.js b/unfold/templates/plugin-setenv.js
new file mode 100644 (file)
index 0000000..0d44075
--- /dev/null
@@ -0,0 +1 @@
+$(document).ready(function() { jQuery('#{{ domid }}').{{ plugin_classname }}({{ settings_json|safe }}); });