SequenceFetcher JvCacheableInputBox isJS test
[jalview.git] / 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)