ensl_gathers/views/partials/foot.hbs
2016-04-19 00:59:05 +01:00

9 lines
No EOL
180 B
Handlebars

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