Reload root url after some time

This commit is contained in:
Girish Ramakrishnan
2015-02-12 13:14:16 -08:00
parent c327600c3c
commit e7bfb948d0
+2
View File
@@ -33,6 +33,8 @@
req.open('GET', 'config.json');
req.send();
});
setTimeout(function () { window.location.replace('/'); }, 10000); // see if we came back
</script>
</head>