alert removes
This commit is contained in:
parent
7479a64c95
commit
8d2e5210a1
|
@ -306,7 +306,6 @@ var orbitDesktop = function(dom){
|
||||||
$("div#sections .group").each(function(){groupWrapperWidth+=$(this).width();})
|
$("div#sections .group").each(function(){groupWrapperWidth+=$(this).width();})
|
||||||
groupWrapperWidth+=200;
|
groupWrapperWidth+=200;
|
||||||
groupWrapperHeight = $(".group").height() + 20;
|
groupWrapperHeight = $(".group").height() + 20;
|
||||||
alert(groupWrapperWidth);
|
|
||||||
$("#group_wrapper").width(groupWrapperWidth);
|
$("#group_wrapper").width(groupWrapperWidth);
|
||||||
$("div#sections #group_wrapper .to_drop").sortable({
|
$("div#sections #group_wrapper .to_drop").sortable({
|
||||||
start:function(){
|
start:function(){
|
||||||
|
|
Reference in New Issue