Skip to content
Snippets Groups Projects
Commit fa3fc447 authored by Alex Pott's avatar Alex Pott
Browse files

Issue #2508830 by s_leu, pivica: Various UI problem with autocomplete select control

parent c6a9c184
No related branches found
No related tags found
No related merge requests found
......@@ -102,7 +102,7 @@
var $dialog = $(response.selector);
if (!$dialog.length) {
// Create the element if needed.
$dialog = $('<div id="' + response.selector.replace(/^#/, '') + '"/>').appendTo('body');
$dialog = $('<div id="' + response.selector.replace(/^#/, '') + '" class="ui-front"/>').appendTo('body');
}
// Set up the wrapper, if there isn't one.
if (!ajax.wrapper) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment