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