git://source.jalview.org
/
jalview.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
afffa24
)
command line fix
author
hansonr
<hansonr@STO24954W.ad.stolaf.edu>
Fri, 5 Apr 2019 16:36:52 +0000
(11:36 -0500)
committer
hansonr
<hansonr@STO24954W.ad.stolaf.edu>
Fri, 5 Apr 2019 16:36:52 +0000
(11:36 -0500)
src/jalview/util/Platform.java
patch
|
blob
|
history
diff --git
a/src/jalview/util/Platform.java
b/src/jalview/util/Platform.java
index
8ebc67e
..
e94a416
100644
(file)
--- 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(" "));
*/
}