FIX: conflict in My Account view. Thanks to thierry for making the code more efficient
[myslice.git] / unfold / templates / plugin-init.js
1 $(document).ready(function() { $('#{{ domid }}').{{ plugin_classname }}({{ settings_json|safe }}); });