Update sysauth.htm

This commit is contained in:
jerrykuku 2020-08-18 00:21:32 +08:00
parent f40309d61e
commit 0769b35f4c

View File

@ -109,6 +109,11 @@
</div> </div>
</form> </form>
<script type="text/javascript">//<![CDATA[
var input = document.getElementsByName('luci_password')[0];
if (input)
input.focus();
//]]></script>
<% <%
if (bgcount == 0 ) then if (bgcount == 0 ) then
local bingjson = "{}" local bingjson = "{}"
@ -119,9 +124,6 @@
end end
%> %>
<script type="text/javascript">//<![CDATA[ <script type="text/javascript">//<![CDATA[
var input = document.getElementsByName('luci_password')[0];
if (input)
input.focus();
try { try {
var bing = <%=bingjson%>; var bing = <%=bingjson%>;
var bg = "https://www.bing.com" + bing.images[0].url; var bg = "https://www.bing.com" + bing.images[0].url;