X-Git-Url: http://mop.ddnsfree.com/gitweb/?a=blobdiff_plain;f=web%2Fcommons.js;h=99a2983fdc342941f9366287cffe998da4e40f1d;hb=43cab39ea58529cd2442c28f4157bb7efc97856f;hp=d5c0c42e05416c00d2ff0a2e440fc24b75c29c7d;hpb=92c5ac9505608504a33b757a2f0f1c1a0fcd86ad;p=brisk.git diff --git a/web/commons.js b/web/commons.js index d5c0c42..99a2983 100644 --- a/web/commons.js +++ b/web/commons.js @@ -249,8 +249,8 @@ function send_mesg(mesg) // alert("xhr_wr: "+xhr_wr+" is_conn: "+is_conn); xhr_wr.open('GET', 'index_wr.php?'+(is_conn ? 'sess='+sess+'&' : '')+'mesg='+mesg, (is_conn ? true : false)); + xhr_wr.setRequestHeader("If-Modified-Since", new Date().toUTCString()); xhr_wr.onreadystatechange = function() { return; }; - console.log(typeof(g_debug)); if (typeof(g_debug) == 'number' && g_debug > 0 && typeof(console) == 'object' && typeof(console.log) == 'function') { var ldate = new Date(); @@ -330,6 +330,11 @@ function act_chatt(value) } /* Stat: ROOM */ +function act_ping() +{ + send_mesg("ping"); +} + function act_sitdown(table) { send_mesg("sitdown|"+table);