move more stuff around
[myslice.git] / engine / templates / plugin-setenv.js
1 {# from plugin.php Plugin.render() #}
2 {# Plugin initialization (if the plugin has the right structure) #}
3 if (typeof jQuery('#{{ domid }}').{{ classname }} != 'undefined') {
4     jQuery('#{{ domid }}').{{ classname }}({{ settings_json|safe }});
5     {#jQuery('#{{ domid }}').{{ classname }}('show');#}
6 };