diff -r deb596dc343a -r 48330faf4cd7 web/data/cubicweb.ajax.js --- 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();