aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ui/jquery.ui.autocomplete.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/jquery.ui.autocomplete.js b/ui/jquery.ui.autocomplete.js
index 6a96d66a0..0ac04d115 100644
--- a/ui/jquery.ui.autocomplete.js
+++ b/ui/jquery.ui.autocomplete.js
@@ -21,7 +21,7 @@ $.widget( "ui.autocomplete", {
_create: function() {
var self = this;
this.element
- .addClass( "ui-autocomplete ui-widget ui-widget-content ui-corner-all" )
+ .addClass( "ui-autocomplete" )
.attr( "autocomplete", "off" )
// TODO verify these actually work as intended
.attr({