Merge pull request #209 from Doha2012/master

small fix
This commit is contained in:
Eugen
2015-05-13 11:01:27 +01:00
2 changed files with 10 additions and 0 deletions
@@ -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>