From 22d68ddf08a53db3fafaf0dc8def07df3ed26c1b Mon Sep 17 00:00:00 2001 From: Mario Date: Fri, 8 May 2020 12:21:06 +0000 Subject: it looks like this was required at some point but is not required anymore for our autocomplete to work as expected. fixes #1463 --- view/js/autocomplete.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'view') diff --git a/view/js/autocomplete.js b/view/js/autocomplete.js index c194338d6..660b5f190 100644 --- a/view/js/autocomplete.js +++ b/view/js/autocomplete.js @@ -203,7 +203,7 @@ function string2bb(element) { context: function(text) { return text.toLowerCase(); }, template: smiley_format }; - this.attr('autocomplete','off'); + //this.attr('autocomplete','off'); var Textarea = Textcomplete.editors.Textarea; @@ -298,7 +298,7 @@ function string2bb(element) { template: contact_format, }; - this.attr('autocomplete','off'); + //this.attr('autocomplete','off'); var textcomplete; var Textarea = Textcomplete.editors.Textarea; @@ -341,7 +341,7 @@ function string2bb(element) { template: contact_format, }; - this.attr('autocomplete','off'); + //this.attr('autocomplete','off'); var textcomplete; var Textarea = Textcomplete.editors.Textarea; @@ -427,7 +427,7 @@ function string2bb(element) { template: bbco_format }; - this.attr('autocomplete','off'); + //this.attr('autocomplete','off'); var Textarea = Textcomplete.editors.Textarea; -- cgit v1.2.3