# HG changeset patch # User rougeronj # Date 1437043267 -7200 # Node ID 47e20a5c2379991c576250dd2dd46f13b5c501e7 # Parent 78d5c7f822de205f833409921a14927f85fd55eb activate basic autocomplete behaviour on input of notice HDA diff -r 78d5c7f822de -r 47e20a5c2379 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() {