diff options
Diffstat (limited to 'core/js/jquery-ui-fixes.js')
-rw-r--r-- | core/js/jquery-ui-fixes.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/js/jquery-ui-fixes.js b/core/js/jquery-ui-fixes.js index 9ccaa38cc47..39f6d7a354e 100644 --- a/core/js/jquery-ui-fixes.js +++ b/core/js/jquery-ui-fixes.js @@ -5,4 +5,4 @@ jQuery.ui.autocomplete.prototype._resizeMenu = function () { var ul = this.menu.element; ul.outerWidth(this.element.outerWidth()); -} +}; |