small fix

This commit is contained in:
DOHA 2015-05-13 11:33:22 +02:00
parent 79c219431e
commit f5622db1c5
2 changed files with 10 additions and 0 deletions

View File

@ -111,6 +111,11 @@ border-color: #ddd;
$( "#sr" ).autocomplete({
source: "subredditAutoComplete"
});
$("input[name='url'],input[name='sr']").focus(function (){
$("#checkResult").hide();
});
});
</script>

View File

@ -102,6 +102,11 @@ function predicateResponse(){
$( "#sr" ).autocomplete({
source: "subredditAutoComplete"
});
$("input[name='url'],input[name='sr']").focus(function (){
$("#checkResult").hide();
});
});
</script>