mirror of
https://github.com/apache/cloudstack.git
synced 2025-11-03 04:12:31 +01:00
fix a bug that shows in multiple-selection page (e.g. Instance page) when doing search: search result is duplicate.
This commit is contained in:
parent
bec7ea4a96
commit
8a1ec4ef8e
@ -934,7 +934,7 @@ function initDialogWithOK(elementId, width1, addToActive) {
|
||||
|
||||
function createMultipleSelectionSubContainer() {
|
||||
var $multipleSelectionSubContainer = $("<div id='multiple_selection_sub_container'></div>");
|
||||
$("#midmenu_container").append($multipleSelectionSubContainer);
|
||||
$("#midmenu_container").empty().append($multipleSelectionSubContainer);
|
||||
|
||||
$multipleSelectionSubContainer.selectable({
|
||||
selecting: function(event, ui) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user