mirror of
https://github.com/fhem/fhem-mirror.git
synced 2025-04-07 12:58:13 +00:00
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:
parent
5e66c069ca
commit
3b61f7c442
@ -329,7 +329,7 @@ function onSuccess(data, textStatus, jqXHR) {
|
||||
drawGoogleWorldMap(data.data.geo.countrycode,$("div#maptab-world"));
|
||||
|
||||
// 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"));
|
||||
|
||||
delete data.data.system.age.unknown; // don't display unknown update age systems
|
||||
|
Loading…
x
Reference in New Issue
Block a user