605c89b1c05b2b821aa740cf1380887319fd42f2
[unfold.git] / engine / templates / init_plugin.js
1 {# from plugin.php Plugin.render() #}
2 {# Plugin initialization (if the plugin has the right structure) #}
3 if (typeof jQuery('#{{ uuid }}').{{ classname }} != 'undefined') {
4     jQuery('#{{ uuid }}').{{ classname }}({{ settings_json|safe }});
5     {#jQuery('#{{ uuid }}').{{ classname }}('show');#}
6 };