From 3ced9cd83db38731a1e82dafc0dcbdfe7db6cc2b Mon Sep 17 00:00:00 2001 From: Christoph Wurst Date: Tue, 29 Jan 2019 10:15:46 +0100 Subject: Move jQuery plugins into modules and add them to the bundle Signed-off-by: Christoph Wurst --- core/js/jquery-ui-fixes.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 core/js/jquery-ui-fixes.js (limited to 'core/js/jquery-ui-fixes.js') 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()); -}; -- cgit v1.2.3