From 5a7925d778f2d253ebf7bd2fdb43d0c584bf2b61 Mon Sep 17 00:00:00 2001 From: Jim Procter Date: Fri, 2 Oct 2020 11:09:02 +0100 Subject: [PATCH] JAL-3762 more typo fixing :q --- src/jalview/util/Platform.java | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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) { -- 1.7.10.2