mirror of
https://github.com/rosywrt/luci-theme-purple.git
synced 2025-01-08 11:37:27 +08:00
htdocs: Solve the problem that the login form is misplaced due to the prompt information
Signed-off-by: Yanlan Shen <yanlan.shen.@rosinson.com>
This commit is contained in:
parent
ab22b84762
commit
4c33cc6d3a
@ -242,7 +242,7 @@ $(".main > .loading").fadeIn('fast');
|
||||
$('header .close').css('display', 'inline-block');
|
||||
});
|
||||
|
||||
var waringL = $('.node-main-login .alert-message.warning').length;
|
||||
var waringL = $('.node-main-login form .alert-message.warning').length;
|
||||
var inp = $('.node-main-login>.main form .cbi-button-apply');
|
||||
var top = parseInt($('.node-main-login>.main form .cbi-button-apply').css('top'));
|
||||
if(waringL > 0){
|
||||
|
Loading…
Reference in New Issue
Block a user