From cc0747f924db4f69b08d4ea369da857d6e6d8b00 Mon Sep 17 00:00:00 2001 From: hansonr Date: Fri, 5 Apr 2019 11:36:52 -0500 Subject: [PATCH] command line fix --- src/jalview/util/Platform.java | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/jalview/util/Platform.java b/src/jalview/util/Platform.java index 8ebc67e..e94a416 100644 --- a/src/jalview/util/Platform.java +++ b/src/jalview/util/Platform.java @@ -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(" ")); */ } -- 1.7.10.2