From: Jim Procter Date: Fri, 2 Oct 2020 10:09:02 +0000 (+0100) Subject: JAL-3762 more typo fixing :q X-Git-Tag: Release_2_11_2_0~34^2~31^2^2^2~1 X-Git-Url: http://source.jalview.org/gitweb/?a=commitdiff_plain;h=5a7925d778f2d253ebf7bd2fdb43d0c584bf2b61;p=jalview.git JAL-3762 more typo fixing :q --- diff --git a/src/jalview/util/Platform.java b/src/jalview/util/Platform.java index 04a9bbc..efec5f7 100644 --- a/src/jalview/util/Platform.java +++ b/src/jalview/util/Platform.java @@ -609,9 +609,9 @@ public class Platform * * @j2sNative var a = * decodeURI((document.location.href.replace("&","?").split("?j2s")[0] - * + "?").split("?")[1].split("#")[0]); a && (System.out.println("URL arguments detected were "+a) && - * (J2S.thisApplet.__Info.urlargs = a.split(" ")) - * (!!J2S.thisApplet.__Info.args || J2S.thisApplet.__Info.args == "" || J2S.thisApplet.__Info.args == "??") && (J2S.thisApplet.__Info.args = a) && (System.out.println("URL arguments were passed to J2S main."); + * + "?").split("?")[1].split("#")[0]); a && (System.out.println("URL arguments detected were "+a)) && + * (J2S.thisApplet.__Info.urlargs = a.split(" ")); + * (!!J2S.thisApplet.__Info.args || J2S.thisApplet.__Info.args == "" || J2S.thisApplet.__Info.args == "??") && (J2S.thisApplet.__Info.args = a) && (System.out.println("URL arguments were passed to J2S main.")); */ } catch (Throwable t) {