diff --git a/modules/luci-base/luasrc/view/sysauth.htm b/modules/luci-base/luasrc/view/sysauth.htm index 0bca0af5ec..acd5ff7e38 100644 --- a/modules/luci-base/luasrc/view/sysauth.htm +++ b/modules/luci-base/luasrc/view/sysauth.htm @@ -63,7 +63,7 @@ if https_port and fs.access(https_key) then var url = 'https://' + window.location.hostname + ':' + '<%=https_port%>' + window.location.pathname; var img=new Image; img.onload=function(){window.location = url}; - img.src='https://' + window.location.hostname + ':' + '<%=https_port%>' + '<%=resource%>/cbi/up.gif?' + Math.random();; + img.src='https://' + window.location.hostname + ':' + '<%=https_port%>' + '<%=resource%>/icons/loading.gif?' + Math.random(); setTimeout(function(){ img.src='' }, 5000);