ensl_gathers/views/partials/foot.hbs

9 lines
180 B
Handlebars
Raw Normal View History

<script>
if (require) {
require("javascripts/app")(document.getElementById("app-body"));
} else {
setTimeout(function () {
window.location.reload(true);
}, 5000);
}
</script>