Skip to content

Commit f83ab18

Browse files
hansonrhansonr
authored andcommitted
// BH 2020.12.03 note
that relay is disabled using J2S.addDirectDatabaseCall(".")
1 parent 2ce67aa commit f83ab18

File tree

8 files changed

+8
-5
lines changed

8 files changed

+8
-5
lines changed
57 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20201203122210
1+
20201203124442
57 Bytes
Binary file not shown.
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
20201203122210
1+
20201203124442
57 Bytes
Binary file not shown.

sources/net.sf.j2s.java.core/src/test/Test_HTTP.java

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,10 @@ public class Test_HTTP extends Test_ {
2323

2424
static {
2525
/** @j2sNative
26-
J2S.addDirectDatabaseCall("www.compbio.dundee.ac.uk/slivka");
27-
28-
J2S.addDirectDatabaseCall("httpstat.us");
26+
27+
// turn off the relay service
28+
29+
J2S.addDirectDatabaseCall(".");
2930
3031
*/
3132

sources/net.sf.j2s.java.core/srcjs/js/j2sApplet.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// j2sApplet.js BH = Bob Hanson hansonr@stolaf.edu
22

3+
// BH 2020.12.03 note that relay is disabled using J2S.addDirectDatabaseCall(".")
34
// BH 2020.04.24 Info.width includes "px" allowed and implies Info.isResizable:false;
45
// fixes early hidden 100x100 size issue due to node.offsetWidth == 0 in that case
56
// BH 2019.11.06 adds JFileChooser.setMultipleMode(true) and multiple-file DnD

sources/net.sf.j2s.java.core/srcjs/swingjs2.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10671,6 +10671,7 @@ return jQuery;
1067110671
})(jQuery,document,"click mousemove mouseup touchmove touchend", "outjsmol");
1067210672
// j2sApplet.js BH = Bob Hanson hansonr@stolaf.edu
1067310673

10674+
// BH 2020.12.03 note that relay is disabled using J2S.addDirectDatabaseCall(".")
1067410675
// BH 2020.04.24 Info.width includes "px" allowed and implies Info.isResizable:false;
1067510676
// fixes early hidden 100x100 size issue due to node.offsetWidth == 0 in that case
1067610677
// BH 2019.11.06 adds JFileChooser.setMultipleMode(true) and multiple-file DnD

0 commit comments

Comments
 (0)