web/data/cubicweb.edition.js
changeset 9887 152c09c2f0ed
parent 9661 c170ec8a4525
child 9897 fa44db7da2dc
child 10391 62e138b915bb
equal deleted inserted replaced
9886:1b26289217a3 9887:152c09c2f0ed
   326             form.closest('form').attr('enctype', 'multipart/form-data').attr('encoding', 'multipart/form-data');
   326             form.closest('form').attr('enctype', 'multipart/form-data').attr('encoding', 'multipart/form-data');
   327         }
   327         }
   328         _postAjaxLoad(dom);
   328         _postAjaxLoad(dom);
   329     });
   329     });
   330     d.addErrback(function(xxx) {
   330     d.addErrback(function(xxx) {
   331         log('xxx =', xxx);
   331         cw.log('xxx =', xxx);
   332     });
   332     });
   333 }
   333 }
   334 
   334 
   335 /**
   335 /**
   336  * .. function:: removeInlineForm(peid, rtype, role, eid, showaddnewlink)
   336  * .. function:: removeInlineForm(peid, rtype, role, eid, showaddnewlink)