activate basic autocomplete behaviour on input of notice HDA
authorrougeronj
Thu, 16 Jul 2015 12:41:07 +0200
changeset 643 47e20a5c2379
parent 642 78d5c7f822de
child 644 764605c51201
activate basic autocomplete behaviour on input of notice HDA
src/hdalab/static/hdalab/js/hdalab-renkan-bins.js
--- a/src/hdalab/static/hdalab/js/hdalab-renkan-bins.js	Thu Jul 16 12:06:31 2015 +0200
+++ b/src/hdalab/static/hdalab/js/hdalab-renkan-bins.js	Thu Jul 16 12:41:07 2015 +0200
@@ -9,7 +9,7 @@
     this.image = _opts.image;
     this.url = _opts.url;
     //Uncomment the next line to add autocompletion
-    //this.autoComplete();
+    this.autoComplete();
 };
 
 Rkns.HdaNotices.Search.prototype.autoComplete = function() {