2023-05-16 10:47:08 +08:00

5 lines
64 B
JavaScript

$(function()
{
setTimeout('setPing()', 1000 * 60 * 10);
});