Move input event binding to separate js file.

This commit is contained in:
Michal Čihař
2010-04-02 13:33:12 +02:00
parent 829a7d8146
commit e049a44f59
2 changed files with 3 additions and 4 deletions

View File

@@ -317,10 +317,7 @@ if ($GLOBALS['cfg']['LeftFrameLight'] && strlen($GLOBALS['db'])) {
if ($table_count) {
?>
<span id="NavFilter">
<input type="text" name="fast_filter" id="fast_filter"
title="<?php echo $strNavTableFilter; ?>"
onkeyup="setTimeout(function(word){ return function(){ fast_filter(word);}}(this.value),1000);"
onfocus="this.select();" />
<input type="text" name="fast_filter" id="fast_filter" title="<?php echo $strNavTableFilter; ?>" />
<span id="clear_fast_filter" title="<?php echo $strReset; ?>">X</span>
</span>
<?php