Skip to content

Commit ccf132d

Browse files
hansonrhansonr
authored andcommitted
j2sMenu.js CLICK_OUT_DELAY increased to 200 ms
1 parent ba68372 commit ccf132d

File tree

1 file changed

+1
-1
lines changed
  • sources/net.sf.j2s.java.core/src/swingjs/jquery

1 file changed

+1
-1
lines changed

sources/net.sf.j2s.java.core/src/swingjs/jquery/j2sMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ try{
5050
return n && n.innerText.replace(/\n/g,"|");
5151
}
5252

53-
var CLICK_OUT_DELAY = 100;// ms
53+
var CLICK_OUT_DELAY = 200;// ms; 100 was too fast
5454

5555
var outActive;
5656

0 commit comments

Comments
 (0)