Error in charts.js Build 3221
Posted: Wed 11 Jan 2023 10:30 am
Hi,
I have just discovered an error in charts.js which is causing Solar to appear in the dropdown list in Recent Charts when solar is not chosen in the settings.
Line 45 currently reads
It should be
Regards,
Trevor
I have just discovered an error in charts.js which is causing Solar to appear in the dropdown list in Recent Charts when solar is not chosen in the settings.
Line 45 currently reads
Code: Select all
$('#mySelect option[value="humidity"]').remove();Code: Select all
$('#mySelect option[value="solar"]').remove();Trevor