X-Git-Url: https://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fnotidoc_test.php;h=2a93e33d13f32540439034a3f9916e15c54e8b25;hb=7ee4d75003cb32207ffdb3cf16b1644039578945;hp=11a67a6d4a7fb05e0f69b754ac75e0871578c8c3;hpb=49cd2f5097d501b7744bf4f8f0034ac4532ac7f9;p=brisk.git diff --git a/web/notidoc_test.php b/web/notidoc_test.php index 11a67a6..2a93e33 100644 --- a/web/notidoc_test.php +++ b/web/notidoc_test.php @@ -21,7 +21,7 @@ noti_content += "solo una prova
"; } - nd = new notify_document(gst, noti_content, 10000, [ "pippo", "pluto", "paperino" ], 200, 200, true, 5000); + nd = new notify_document(gst, noti_content, -1, [ "pippo", "pluto", "paperino" ], 200, 200, true, 0); tva = setInterval(function(nd){ console.log("nd.ret = "+nd.ret_get()+" gst.st_loc: "+gst.st_loc+" gst.st_loc_new: "+gst.st_loc_new ); }, 1000, nd); }