Allow to move content not wrapped by <div> to another container

This commit is contained in:
Johannes Meyer 2015-02-23 16:28:12 +01:00
parent a9d767867d
commit 04d2c78983
1 changed files with 1 additions and 1 deletions

View File

@ -140,7 +140,7 @@
cutContainer: function ($col) {
var props = {
'elements': $('#' + $col.attr('id') + ' > div').detach(),
'elements': $('#' + $col.attr('id') + ' > *').detach(),
'data': {
'data-icinga-url': $col.data('icingaUrl'),
'data-icinga-refresh': $col.data('icingaRefresh'),