web/data/cubicweb.edition.js
changeset 9897 fa44db7da2dc
parent 9819 95902c0b991b
parent 9887 152c09c2f0ed
child 10278 90aab6ddf6d8
equal deleted inserted replaced
9892:928732ec00dd 9897:fa44db7da2dc
   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)