From: hansonr Date: Mon, 4 Feb 2019 15:14:59 +0000 (-0600) Subject: SequenceFetcher JvCacheableInputBox isJS test X-Git-Tag: Release_2_11_4_0~45^2~18^2~250 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=a83775661f4cd6ffb8e9e6702ca372548a3ebc1a;p=jalview.git SequenceFetcher JvCacheableInputBox isJS test --- 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)