...
|
...
|
@@ -122,12 +122,15 @@ |
|
|
}else {
|
|
|
|
|
|
$(".bottom_icon position_a").css({"position":"fixed"});
|
|
|
alert(document.activeElement.id)
|
|
|
if(document.activeElement.id == "keyword"){
|
|
|
|
|
|
if(document.activeElement.id == "user_login"||document.activeElement.id=="user_pass"){
|
|
|
flag = true;
|
|
|
alert(flag)
|
|
|
|
|
|
};
|
|
|
|
|
|
|
|
|
|
|
|
};
|
|
|
|
|
|
};
|
...
|
...
|
|