onlinePlugin.js 155 Bytes Raw Blame History Permalink 1 2 3 4 5 jQuery(document).ready(function(){ window.setInterval(function (){ jQuery.get("/api/hrm/common/heartbeat?"+new Date().getTime()); },1000 * 60 * 3); })