comment autocompletion
authorrougeronj
Tue, 10 Mar 2015 12:32:16 +0100
changeset 524 91a07535b289
parent 523 4d641dc5e7e6
child 525 f35e37814bff
comment autocompletion
src/hdalab/static/hdalab/js/hdalab-renkan-bins.js
--- a/src/hdalab/static/hdalab/js/hdalab-renkan-bins.js	Tue Mar 10 12:29:50 2015 +0100
+++ b/src/hdalab/static/hdalab/js/hdalab-renkan-bins.js	Tue Mar 10 12:32:16 2015 +0100
@@ -8,7 +8,8 @@
     this.lang = _opts.lang || "fr";
     this.image = _opts.image;
     this.url = _opts.url;
-    this.autoComplete();
+    //Uncomment the next line to add autocompletion
+    //this.autoComplete();
 };
 
 Rkns.HdaNotices.Search.prototype.autoComplete = function() {