mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-06 11:43:50 +00:00
Update dashboard_edit.php (#7474)
This commit is contained in:
@@ -684,7 +684,7 @@ document.addEventListener('DOMContentLoaded', function() {
|
||||
console.error('Error fetching config:', data.error);
|
||||
}
|
||||
else {
|
||||
let chart_type = document.querySelector('.chart_type_button input:checked').value;
|
||||
let chart_type = document.querySelectorAll('.chart_type_button input:checked').value;
|
||||
let chart_type_options = data.chart_type_options;
|
||||
|
||||
//update chart settings
|
||||
|
||||
Reference in New Issue
Block a user