diff --git a/src/www/index.php b/src/www/index.php index f7a0b37ef..36ad3d161 100644 --- a/src/www/index.php +++ b/src/www/index.php @@ -252,8 +252,12 @@ include("fbegin.inc");?> if (container.attr('id').split('_')[1] != target_col) { widget.remove().appendTo("#dashboard_"+target_col); } + } else { + // dashboard_colx (source) is not visible, move other items to col4 + widget.remove().appendTo("#dashboard_col4"); } }); + // show dashboard widgets after initial rendering $("#dashboard_container").show(); @@ -318,7 +322,7 @@ include("fbegin.inc");?>