jQuery(document).ready(function(){if(jQuery(".awpdashboard").length==1){return 
}var A=jQuery("table.dashboard td.right div.padded:first");
if(A.length==0){A=jQuery(".dashboard-group.right div:first");
if(A.length==0){return 
}}try{var B=""+(jQuery("#confluence-context-path").attr("content")||"")+"/plugins/approvalsworkflow/getDashboardLine.action";
jQuery.getJSON(B,{},function(D){if(D!=undefined&&D.include){A.prepend(D.body)
}})
}catch(C){console.log(C)
}});

