web/data/cubicweb.ajax.js
branchstable
changeset 7952 48330faf4cd7
parent 7820 2c73fc529a20
child 8191 eceaf9e21966
equal deleted inserted replaced
7948:deb596dc343a 7952:48330faf4cd7
   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') {