From 2083b34d495142a7480b4e1398da47b3f9ccc831 Mon Sep 17 00:00:00 2001 From: Uskompuf <22492406+Uskompuf@users.noreply.github.com> Date: Fri, 14 Jan 2022 13:32:15 +1100 Subject: [PATCH] typo --- js/xdata.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/xdata.js b/js/xdata.js index 21fa736..18533cd 100644 --- a/js/xdata.js +++ b/js/xdata.js @@ -532,7 +532,7 @@ function parseXDATA(data, pressure){ } } - if (_instrument.length > 0) _output["xdata_instrument"] = _instruments; + if (_instruments.length > 0) _output["xdata_instrument"] = _instruments; return _output