|
@@ -169,10 +169,7 @@ if(is8Ie){
|
|
|
$(".ipt input").attr("value","")
|
|
|
$(".ipt input").val("")
|
|
|
$(".placeholder").css("display","inline-block")
|
|
|
- var myInput = document.getElementById('searchInp');
|
|
|
- if(myInput == document.activeElement){
|
|
|
- $(".placeholder").css("display","none")
|
|
|
- }
|
|
|
+ $(".ipt input").blur()
|
|
|
},100)
|
|
|
|
|
|
|