File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -5,9 +5,7 @@ if(!javaxt.dhtml) javaxt.dhtml={};
55//** Http Authentication
66//*****************************************************************************/
77/**
8- * Used to perform BASIC HTTP authentication using a technique outlined in
9- * the following article:
10- * http://www.javaxt.com/Tutorials/Javascript/Form_Based_HTTP_Authentication
8+ * Used to perform BASIC HTTP authentication
119 *
1210 ******************************************************************************/
1311
Original file line number Diff line number Diff line change @@ -35,7 +35,7 @@ javaxt.dhtml.WebSocket = function(config) {
3535 url : "" ,
3636
3737 /** Interval used to check whether the websocket is still alive and send
38- * ping messages. Value is in milliseconds. Default is 15000 (15 seconds).
38+ * ping messages. Value is in milliseconds. Default is 15000 (1.5 seconds).
3939 */
4040 keepAlive : 15000 ,
4141
You can’t perform that action at this time.
0 commit comments