PATH:
home
/
letacommog
/
laindinois
/
wp-content
/
plugins
/
mycred
/
addons
/
stats
/
assets
/
js
var myCREDCharts = {}; jQuery(function($){ $(document).ready(function(){ $.each( myCREDStats.charts, function(elementid, data){ if( $( 'canvas#' + elementid ).length > 0 ) { myCREDCharts[ elementid ] = new Chart( $( 'canvas#' + elementid ).get(0).getContext( '2d' ), data ); } }); }); });
[+]
..
[-] index.php
[edit]
[-] Chart.js
[edit]
[-] mycred-statistics.js
[edit]