...
|
...
|
@@ -106,7 +106,7 @@ |
|
|
$("input").focus(function(){
|
|
|
|
|
|
flag = true;
|
|
|
|
|
|
console.log(flag)
|
|
|
|
|
|
});
|
|
|
|
...
|
...
|
@@ -117,15 +117,17 @@ |
|
|
$(".bottom_icon position_a").css({"position":"initial"});
|
|
|
|
|
|
flag = false;
|
|
|
console.log(flag)
|
|
|
|
|
|
|
|
|
}else {
|
|
|
|
|
|
$(".bottom_icon position_a").css({"position":"fixed"});
|
|
|
|
|
|
|
|
|
if(document.activeElement.id == "user_login"||document.activeElement.id=="user_pass"){
|
|
|
flag = true;
|
|
|
alert(flag)
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
...
|
...
|
|