META-INF.resources.js.mir.session-polling.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of mir-module Show documentation
Show all versions of mir-module Show documentation
Contains all files and classes for a Institutional Repository
$(document).ready(function() {
setInterval(function(){
$.get(webApplicationBaseURL + 'rsc/echo/ping');
}, 1740000);
});