summaryrefslogtreecommitdiffstats
path: root/templates/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/index.html')
-rw-r--r--templates/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/index.html b/templates/index.html
index 574f8e0..88470fc 100644
--- a/templates/index.html
+++ b/templates/index.html
@@ -61,6 +61,9 @@ var options = {
};
var featureList = new List('hostlist', options);
+$('input[type=search]').change(function(){
+ featureList.search($('input[type=search]').val());
+});
//-->
</script>
{% endblock %}