statistics2: make macOS users happy again (Forum: #73792)
git-svn-id: https://svn.fhem.de/fhem/trunk@14712 2b470e98-0d58-463d-a4d8-8e2adae1ed80
This commit is contained in:
@@ -329,7 +329,7 @@ function onSuccess(data, textStatus, jqXHR) {
|
|||||||
drawGoogleWorldMap(data.data.geo.countrycode,$("div#maptab-world"));
|
drawGoogleWorldMap(data.data.geo.countrycode,$("div#maptab-world"));
|
||||||
|
|
||||||
// draw google pie charts
|
// draw google pie charts
|
||||||
drawGooglePieChart(data.data.system.os, $("div#versiontab-os"), {"linux":"Linux","MSWin32":"Windows","darwin":"MacOS"}, "byValue");
|
drawGooglePieChart(data.data.system.os, $("div#versiontab-os"), {"linux":"Linux","MSWin32":"Windows","darwin":"macOS"}, "byValue");
|
||||||
drawGooglePieChart(data.data.system.perl, $("div#versiontab-perl"));
|
drawGooglePieChart(data.data.system.perl, $("div#versiontab-perl"));
|
||||||
|
|
||||||
delete data.data.system.age.unknown; // don't display unknown update age systems
|
delete data.data.system.age.unknown; // don't display unknown update age systems
|
||||||
|
|||||||
Reference in New Issue
Block a user