PATH:
var
/
www
/
vhosts
/
sandbox.dos-group.com
/
httpdocs
/
mendrisio
/
wp-content
/
plugins
/
cookie-notice
/
js
( function( $ ) { // ready event $( function() { // get charts var charts = cnDashboardArgs.charts; if ( Object.entries( charts ).length > 0 ) { for ( const [key, config] of Object.entries( charts ) ) { // create canvas var canvas = document.getElementById( 'cn-' + key + '-chart' ); if ( canvas ) new Chart( canvas, config ); } } } ); } )( jQuery );
[-] front.min.js
[open]
[-] admin-plugins.js
[open]
[-] admin.js
[open]
[-] admin-welcome.js
[open]
[-] front.js
[open]
[+]
..
[-] admin-notice.js
[open]
[-] front-welcome.js
[open]
[-] admin-dashboard.js
[open]
[-] admin.min.js
[open]