aboutsummaryrefslogtreecommitdiffstats
path: root/view/js/autocomplete.js
diff options
context:
space:
mode:
Diffstat (limited to 'view/js/autocomplete.js')
-rw-r--r--view/js/autocomplete.js8
1 files changed, 4 insertions, 4 deletions
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;