From c7efde1acfc612d95e8d85ead7a31a3554c01ec1 Mon Sep 17 00:00:00 2001 From: Nils Schneider <nils@nilsschneider.net> Date: Wed, 22 Jan 2014 16:47:13 +0100 Subject: [PATCH] gluon-luci-admin: reboot.html, remove refresh Don't refresh the reboot page after rebooting the node. It's not going back to configmode anyway so it'll never reload without user intervention. --- .../files/usr/lib/lua/luci/view/admin/reboot.htm | 1 - 1 file changed, 1 deletion(-) diff --git a/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/reboot.htm b/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/reboot.htm index 5e671471f..91699e3ae 100644 --- a/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/reboot.htm +++ b/package/gluon-luci-admin/files/usr/lib/lua/luci/view/admin/reboot.htm @@ -27,6 +27,5 @@ if not reboot then <p><a href="<%=REQUEST_URI%>?reboot=1"><%:Perform reboot%></a></p> <%- else -%> <p><%:Please wait: Device rebooting...%></p> -<script type="text/javascript">setTimeout("location='<%=controller%>'", 60000)</script> <%- end -%> <%+footer%> \ No newline at end of file -- GitLab