web/data/cubicweb.ajax.js
changeset 7953 a37531c8a4a6
parent 7952 48330faf4cd7
child 8191 eceaf9e21966
equal deleted inserted replaced
7951:b7c825b00f64 7953:a37531c8a4a6
   255     }
   255     }
   256     return response;
   256     return response;
   257 }
   257 }
   258 
   258 
   259 function _postAjaxLoad(node) {
   259 function _postAjaxLoad(node) {
   260     // find sortable tables if there are some
       
   261     if (typeof(Sortable) != 'undefined') {
       
   262         Sortable.sortTables(node);
       
   263     }
       
   264     // find textareas and wrap them if there are some
   260     // find textareas and wrap them if there are some
   265     if (typeof(FCKeditor) != 'undefined') {
   261     if (typeof(FCKeditor) != 'undefined') {
   266         buildWysiwygEditors();
   262         buildWysiwygEditors();
   267     }
   263     }
   268     if (typeof initFacetBoxEvents != 'undefined') {
   264     if (typeof initFacetBoxEvents != 'undefined') {