small fix
This commit is contained in:
parent
79c219431e
commit
f5622db1c5
|
@ -111,6 +111,11 @@ border-color: #ddd;
|
|||
$( "#sr" ).autocomplete({
|
||||
source: "subredditAutoComplete"
|
||||
});
|
||||
|
||||
$("input[name='url'],input[name='sr']").focus(function (){
|
||||
$("#checkResult").hide();
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
|
@ -102,6 +102,11 @@ function predicateResponse(){
|
|||
$( "#sr" ).autocomplete({
|
||||
source: "subredditAutoComplete"
|
||||
});
|
||||
|
||||
$("input[name='url'],input[name='sr']").focus(function (){
|
||||
$("#checkResult").hide();
|
||||
});
|
||||
|
||||
});
|
||||
</script>
|
||||
|
||||
|
|
Loading…
Reference in New Issue