Slicerequest view has a generic templates works for both f4f and onelab
[unfold.git] / unfold / templates / plugin-init.js
1 $(document).ready(function() { $('#{{ domid }}').{{ plugin_classname }}({{ settings_json|safe }}); });