web/data/cubicweb.ajax.js
branchstable
changeset 7952 48330faf4cd7
parent 7820 2c73fc529a20
child 8191 eceaf9e21966
--- a/web/data/cubicweb.ajax.js	Thu Oct 13 11:49:19 2011 +0200
+++ b/web/data/cubicweb.ajax.js	Fri Oct 14 09:04:39 2011 +0200
@@ -257,10 +257,6 @@
 }
 
 function _postAjaxLoad(node) {
-    // find sortable tables if there are some
-    if (typeof(Sortable) != 'undefined') {
-        Sortable.sortTables(node);
-    }
     // find textareas and wrap them if there are some
     if (typeof(FCKeditor) != 'undefined') {
         buildWysiwygEditors();