robertgauld/OSMExtender

View on GitHub
app/assets/javascripts/osm_exports/index.js

Summary

Maintainability
A
2 hrs
Test Coverage
jQuery(document).ready(function(){
        $('.accordion_exports h2').click(function() {
                $(this).next().toggle('slow');
                return false;
        }).next().hide();
});