Move unhiding code to js file.

This commit is contained in:
Michal Čihař
2010-04-02 13:09:36 +02:00
parent 686f330dc9
commit 6f602b6777
2 changed files with 7 additions and 2 deletions

View File

@@ -171,4 +171,10 @@ function fast_filter(value){
}
}
document.getElementById('fast_filter').disabled=false;
}
}
/* Performed on load */
jQuery(document).ready(function(){
/* Display filter */
jQuery('#NavFilter').css('display', 'inline');
});