From 0a635cfbc66d6681e6bd51746d651f98f43f9c56 Mon Sep 17 00:00:00 2001 From: Evan Pratten Date: Tue, 29 Aug 2017 14:50:45 -0400 Subject: [PATCH] Update load.html --- desktop/load.html | 1 + 1 file changed, 1 insertion(+) diff --git a/desktop/load.html b/desktop/load.html index 88e58ee..a5fe910 100644 --- a/desktop/load.html +++ b/desktop/load.html @@ -4,4 +4,5 @@ setTimeout(function(){ document.getElementById("myDiv").style.display="none"; }, 6000); + document.location = "./index.html";