noalyss-commit
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Noalyss-commit] [noalyss] 12/22: small bug in todo zoom : sorttable did


From: Dany De Bontridder
Subject: [Noalyss-commit] [noalyss] 12/22: small bug in todo zoom : sorttable didn't work after a zoom
Date: Thu, 18 Jun 2015 15:56:08 +0000

sparkyx pushed a commit to branch master
in repository noalyss.

commit 715cdff0b3273dae1835885198a3f959677294d9
Author: Dany De Bontridder <address@hidden>
Date:   Tue Jun 16 20:46:54 2015 +0200

    small bug in todo zoom : sorttable didn't work after a zoom
---
 html/js/todo_list.js |    4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/html/js/todo_list.js b/html/js/todo_list.js
index f499561..1025df4 100644
--- a/html/js/todo_list.js
+++ b/html/js/todo_list.js
@@ -196,7 +196,9 @@ function zoom_todo ()
          $('todo_listg_div').innerHTML=$('clone_todo_list').innerHTML;
         $('clone_todo_list').remove();
     }
-    remove_waiting_box();
+    
+  sorttable.makeSortable(document.getElementById('table_todo'));
+  remove_waiting_box();
 }
 function todo_list_share(p_note, p_dossier)
 {



reply via email to

[Prev in Thread] Current Thread [Next in Thread]