mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2025-01-03 15:08:12 +01:00
Fix typo in previous commit
This commit is contained in:
parent
7a3ae85ac4
commit
f26e17c437
@ -473,7 +473,7 @@
|
|||||||
Highcharts.setOptions(Highcharts.theme);
|
Highcharts.setOptions(Highcharts.theme);
|
||||||
updateGraphs();
|
updateGraphs();
|
||||||
} catch (e) {
|
} catch (e) {
|
||||||
if ("Highcharts is not defined" === e.message || "updateGraphs is not defined") {
|
if ("Highcharts is not defined" === e.message || "updateGraphs is not defined" === e.message) {
|
||||||
// Highcharts isn't loaded, can be ignored
|
// Highcharts isn't loaded, can be ignored
|
||||||
} else {
|
} else {
|
||||||
console.error(e);
|
console.error(e);
|
||||||
|
Loading…
Reference in New Issue
Block a user