From: hansonr Date: Fri, 5 Apr 2019 16:36:52 +0000 (-0500) Subject: command line fix X-Git-Tag: Develop-2_11_2_0-d20201215~24^2~68^2~171 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;ds=sidebyside;h=cc0747f924db4f69b08d4ea369da857d6e6d8b00;p=jalview.git command line fix --- 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(" ")); */ }