SequenceFetcher JvCacheableInputBox isJS test
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 4 Feb 2019 15:14:59 +0000 (09:14 -0600)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Mon, 4 Feb 2019 15:14:59 +0000 (09:14 -0600)
src/jalview/io/cache/JvCacheableInputBox.java

index 934ba9e..38079d6 100644 (file)
@@ -97,7 +97,7 @@ private boolean isJS;
   public JvCacheableInputBox(String newCacheKey)
   {
     super();
-    isJS = true;//Platform.isJS();
+    isJS = Platform.isJS();
     this.prototypeDisplayValue = 
             "XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX";
     if (isJS)