aboutsummaryrefslogtreecommitdiffstats
path: root/core/js/jquery-ui-fixes.js
diff options
context:
space:
mode:
Diffstat (limited to 'core/js/jquery-ui-fixes.js')
-rw-r--r--core/js/jquery-ui-fixes.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/core/js/jquery-ui-fixes.js b/core/js/jquery-ui-fixes.js
deleted file mode 100644
index 39f6d7a354e..00000000000
--- a/core/js/jquery-ui-fixes.js
+++ /dev/null
@@ -1,8 +0,0 @@
-// Various jquery fixes
-
-// Set autocomplete width the same as the related input
-// See http://stackoverflow.com/a/11845718
-jQuery.ui.autocomplete.prototype._resizeMenu = function () {
- var ul = this.menu.element;
- ul.outerWidth(this.element.outerWidth());
-};