diff --git a/include/template/dashboard.php b/include/template/dashboard.php
index 2e9f006c3..6eb8fc5b0 100644
--- a/include/template/dashboard.php
+++ b/include/template/dashboard.php
@@ -341,7 +341,7 @@ $wTitle=new IText('p_title');
$wDesc=new ITextArea('p_desc');
$wDesc->heigh=5;
$wDesc->width=40;
-echo HtmlInput::title_box(_("Note"),"add_todo_list","hide",'',"",'y');
+echo HtmlInput::title_box(_("Note"),"add_todo_list","hide",'',"n");
echo _("Date")." ".$wDate->input().'
';
echo _("Titre")." ".$wTitle->input().'
';
echo _("Description")."
".$wDesc->input().'
';
@@ -359,11 +359,4 @@ function display_detail(div) {
// $(div).style.top=calcy('150')+'px';
//Effect.Grow(div,{});
}
-try {
-var array=Array('customer_now_div','customer_late_div','supplier_now_div','supplier_late_div','action_now_div','action_late_div');
-var i=0;
-for (i=0;i < array.length;i++) {
- new Draggable(array[i],{});
- }
-} catch (e) { alert(e.getMessage);}