command line fix
authorhansonr <hansonr@STO24954W.ad.stolaf.edu>
Fri, 5 Apr 2019 16:36:52 +0000 (11:36 -0500)
committerhansonr <hansonr@STO24954W.ad.stolaf.edu>
Fri, 5 Apr 2019 16:36:52 +0000 (11:36 -0500)
src/jalview/util/Platform.java

index 8ebc67e..e94a416 100644 (file)
@@ -577,8 +577,9 @@ public class Platform
      * element to this value.
      * 
      * @j2sNative var a =
-     *            decodeURI(document.location.href.replace("&","?").split("?j2s")[0].split("?")[1].split("#")[0]);
-     *            a && (J2S.thisApplet.__Info.args = a.split(" "));
+     *            decodeURI((document.location.href.replace("&","?").split("?j2s")[0]
+     *            + "?").split("?")[1].split("#")[0]); a &&
+     *            (J2S.thisApplet.__Info.args = a.split(" "));
      */
 
   }