simplelist to reach $.subscribe as defined in tophat-core.js
[unfold.git] / engine / templates / plugin-setenv.js
index 2cfd6e3..f6c27fa 100644 (file)
@@ -1,6 +1 @@
-{# from plugin.php Plugin.render() #}
-{# Plugin initialization (if the plugin has the right structure) #}
-if (typeof jQuery('#{{ domid }}').{{ classname }} != 'undefined') {
-    jQuery('#{{ domid }}').{{ classname }}({{ settings_json|safe }});
-    {#jQuery('#{{ domid }}').{{ classname }}('show');#}
-}; 
+$(document).ready(function() { jQuery('#{{ domid }}').{{ classname }}({{ settings_json|safe }}); });