mirror of https://github.com/calzoneman/sync.git
last one I promise
This commit is contained in:
parent
838792c59b
commit
a15cda4b6d
|
@ -55,6 +55,8 @@
|
|||
createCookie("sync_uname", uname, 7);
|
||||
createCookie("sync_session", session, 7);
|
||||
p = "name=" + uname + "&session=" + session;
|
||||
refresh();
|
||||
setInterval(refresh, 5000);
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue