All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.resources.js.mir.session-polling.js Maven / Gradle / Ivy

There is a newer version: 2024.05
Show newest version
$(document).ready(function() {
    setInterval(function(){
        $.get(webApplicationBaseURL + 'rsc/echo/ping');
    }, 1740000);
});




© 2015 - 2024 Weber Informatics LLC | Privacy Policy