From a83775661f4cd6ffb8e9e6702ca372548a3ebc1a Mon Sep 17 00:00:00 2001 From: hansonr Date: Mon, 4 Feb 2019 09:14:59 -0600 Subject: [PATCH] SequenceFetcher JvCacheableInputBox isJS test --- src/jalview/io/cache/JvCacheableInputBox.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/jalview/io/cache/JvCacheableInputBox.java b/src/jalview/io/cache/JvCacheableInputBox.java index 934ba9e..38079d6 100644 --- a/src/jalview/io/cache/JvCacheableInputBox.java +++ b/src/jalview/io/cache/JvCacheableInputBox.java @@ -97,7 +97,7 @@ private boolean isJS; public JvCacheableInputBox(String newCacheKey) { super(); - isJS = true;//Platform.isJS(); + isJS = Platform.isJS(); this.prototypeDisplayValue = "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX"; if (isJS) -- 1.7.10.2