mirror of
https://github.com/ENSL/ensl_gathers.git
synced 2024-11-26 06:10:58 +00:00
9 lines
No EOL
180 B
Handlebars
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> |