JAL-3026 JDesktop/JInternalFrames support + relative URL file loading
[jalview.git] / src / jalview / io / AppletFormatAdapter.java
index 5e209e6..3f51ea8 100755 (executable)
@@ -422,6 +422,10 @@ public class AppletFormatAdapter
     {
       protocol = DataSourceType.URL;
     }
+    else if (jalview.bin.Jalview.isJS)
+    {
+      protocol = DataSourceType.RELATIVE_URL;
+    }
     else if (new File(data).exists())
     {
       protocol = DataSourceType.FILE;