template.conf.sit_javaee6.mockup.js.reload.js Maven / Gradle / Ivy
$(function() {
$("body").prepend(""
+ "");
$("#reload").click(function() {
reload();
});
setTimeout("reload();", 2000);
});
function reload() {
if ($("#reload").is(":checked")) {
window.location.reload();
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy