diff --git a/js/navigation.js b/js/navigation.js
index 113f16944..33f335c42 100644
--- a/js/navigation.js
+++ b/js/navigation.js
@@ -187,4 +187,5 @@ function clear_fast_filter() {
jQuery(document).ready(function(){
/* Display filter */
jQuery('#NavFilter').css('display', 'inline');
+ jQuery('#clear_fast_filter').click(clear_fast_filter);
});
diff --git a/navigation.php b/navigation.php
index dceea89f3..f3665cff4 100644
--- a/navigation.php
+++ b/navigation.php
@@ -321,9 +321,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
title=""
onkeyup="setTimeout(function(word){ return function(){ fast_filter(word);}}(this.value),1000);"
onfocus="this.select();" />
- X
+ X