<ESC> wist het autofilter veld
svn path=/Website/trunk/; revision=28824
This commit is contained in:
@@ -44,7 +44,10 @@ $(document).ready(function() {
|
||||
collapse.prev(".fcltframeheader").find("#iframerextratitle").after("<input id='autofilter' type='text' placeholder='"+L("lcl_autofilter")+"'>");
|
||||
$("#autofilter")
|
||||
.click(function (e) {e.stopPropagation()})
|
||||
.keyup(function(){
|
||||
.keyup(function(e){
|
||||
if (e.which == 27) {
|
||||
$("#autofilter").val("");
|
||||
}
|
||||
delayed(200, doFilter);
|
||||
});
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user