temporarilty turn off checkbox-related stuff in googlemaps, as this prevents the...
[myslice.git] / unfold / templates / plugin-init.js
1 $(document).ready(function() { $('#{{ domid }}').{{ plugin_classname }}({{ settings_json|safe }}); });