davide-casiraghi/ci-global-calendar

View on GitHub
resources/js/plugins/community_goals.js

Summary

Maintainability
A
0 mins
Test Coverage


// Load Jquery UI accordion, the one with (+)
    if (jQuery('.communityGoals').length){
        
        //jQuery(document).ready(function($) {
        //    alert("aa");
        //    $( function() {
        //        $( "#progressbar" ).progressbar({
        //          value: 37
        //        });
        //    } );
            
        //});
    }