JAL-1859 use unresolved PDB filename
[jalview.git] / src / jalview / javascript / MouseOverStructureListener.java
index 88fba02..7f833e7 100644 (file)
@@ -90,15 +90,16 @@ public class MouseOverStructureListener extends JSFunctionExec implements
     {
       for (int i = 0; i < modelSet.length; i++)
       {
-        modelSet[i] = resolveModelFile(modelSet[i]);
+        // ? leave file names 'as is' to match StructureMapping.pdbfile
+        // modelSet[i] = resolveModelFile(modelSet[i]);
       }
     }
   }
 
   /**
-   * Returns the first of file, file prefixed by document base, file prefixed by
-   * codebase which can be resolved to a valid URL. If none can, returns the
-   * input parameter value.
+   * Returns the first out of file, file prefixed by document base, or file
+   * prefixed by codebase which can be resolved to a valid URL. If none can,
+   * returns the input parameter value.
    * 
    * @param file
    */