From 387981c6a865d2c12f09e323b1605facbf8de13d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Micka=C3=ABl=20V=C3=A9ril?= Date: Tue, 7 Jan 2020 09:37:32 +0100 Subject: [PATCH] Fix parsing others --- static/js/data.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/static/js/data.js b/static/js/data.js index 91c5b188..42c63bd6 100644 --- a/static/js/data.js +++ b/static/js/data.js @@ -139,8 +139,8 @@ class excitationBase { } } } - else{ - this.type.Value=excitationTypes.Others + if (this.type.Value==0) { + this.type.Value=excitationTypes.Others.Value; } this.T1 = T1 }