diff options
author | Stan Grishin <stangri@melmac.net> | 2019-11-19 09:54:08 -0700 |
---|---|---|
committer | Stan Grishin <stangri@melmac.net> | 2019-11-19 09:54:08 -0700 |
commit | 6b2abe9fabdca8fafe734e3bae6d09e974634c95 (patch) | |
tree | 403a1d6333d6d469883f2dfabe45304cc445a741 /applications/luci-app-advanced-reboot/luasrc/view | |
parent | 15816e668df0bbdc36f6426557e488f6ade2e3ed (diff) |
luci-app-advanced-reboot: bugfix: luci error on reboot, logger errors
Signed-off-by: Stan Grishin <stangri@melmac.net>
Diffstat (limited to 'applications/luci-app-advanced-reboot/luasrc/view')
-rw-r--r-- | applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm b/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm index e235bd4679..94ac36bd70 100644 --- a/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm +++ b/applications/luci-app-advanced-reboot/luasrc/view/advanced_reboot/applyreboot.htm @@ -7,8 +7,8 @@ <html> <head> <title><%=luci.sys.hostname()%> - <%= title or translate("Rebooting...") %></title> - <link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/cascade.css" /> - <script type="text/javascript" src="<%=resource%>/xhr.js"></script> + <link rel="stylesheet" type="text/css" media="screen" href="<%=media%>/cascade.css?v=git-19.271.68204-f8775ee" /> + <script type="text/javascript" src="<%=resource%>/xhr.js?v=git-19.271.68204-f8775ee"></script> <script type="text/javascript">//<![CDATA[ var interval = window.setInterval(function() { var img = new Image(); |