From acdf3a1e17ceb7eb6212a1400ce255d04fc242a8 Mon Sep 17 00:00:00 2001 From: DremOS Developing Team <connorrox60@gmail.com> Date: Fri, 29 Jun 2018 23:59:12 -0500 Subject: [PATCH] Update index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 4742785..6f62d4d 100644 --- a/index.html +++ b/index.html @@ -29,6 +29,6 @@ <body> <iframe src="index-closed.html" style="height:500px;width:800px"></iframe> <br /> - <input type="button" value="Home" class="button" onclick="refresh();" /> + <input type="button" value="Home" class="button" onclick="location.refresh();" /> </body> </html>