PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
mycred
/
assets
/
js
/** * Accordion * @since 0.1 * @version 1.1 */ jQuery(function($) { var active_box = false; if ( typeof myCRED !== 'undefined' ) { if ( myCRED.active != '-1' ) active_box = parseInt( myCRED.active, 10 ); } $( "#accordion" ).accordion({ collapsible: true, header: "h4", heightStyle: "content", active: active_box }); });
[+]
..
[-] video.js
[edit]
[-] mycred-edit-balance.js
[edit]
[-] links.js
[edit]
[-] youtube.js
[edit]
[-] inline-edit.js
[edit]
[-] mycred-accordion.js
[edit]
[-] edit-log.js
[edit]
[-] mycred-edit-log.js
[edit]
[-] mycred-type-management.js
[edit]
[-] management.js
[edit]
[-] mycred-admin-widgets.js
[edit]
[-] accordion.js
[edit]
[-] send.js
[edit]
[-] index.php
[edit]