updater now has the logic to turn itself off and back on (although for now only in...
[myslice.git] / unfold / templates / plugin-init.js
1 $(document).ready(function() { jQuery('#{{ domid }}').{{ plugin_classname }}({{ settings_json|safe }}); });