mirror of
https://github.com/plan-player-analytics/Plan.git
synced 2024-12-31 21:48:32 +01:00
Fix typo in previous commit
This commit is contained in:
parent
7a3ae85ac4
commit
f26e17c437
@ -473,7 +473,7 @@
|
||||
Highcharts.setOptions(Highcharts.theme);
|
||||
updateGraphs();
|
||||
} 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
|
||||
} else {
|
||||
console.error(e);
|
||||
|
Loading…
Reference in New Issue
Block a user