Linux heracles.o2switch.net 4.18.0-553.62.1.lve.el8.x86_64 #1 SMP Mon Jul 21 17:50:35 UTC 2025 x86_64
/
home
/
ophq1335
/
www
/
wp-content
/
plugins
/
cookie-notice
/
js
/
//home/ophq1335/www/wp-content/plugins/cookie-notice/js/admin-dashboard.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 );