diff -r b7c825b00f64 -r a37531c8a4a6 web/data/cubicweb.ajax.js --- a/web/data/cubicweb.ajax.js Fri Oct 14 08:51:24 2011 +0200 +++ b/web/data/cubicweb.ajax.js Fri Oct 14 09:21:45 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();