when domid is not set, use a name that has the classname in it to avoid name clashes
[unfold.git] / unfold / templates / plugin-init.js
1 $(document).ready(function() { jQuery('#{{ domid }}').{{ plugin_classname }}({{ settings_json|safe }}); });