that's why -however the second tab is not refreshed during hazelnut's plugin_update
[unfold.git] / unfold / templates / plugin-init.js
1 $(document).ready(function() { jQuery('#{{ domid }}').{{ plugin_classname }}({{ settings_json|safe }}); });