remove render event, add init event

This commit is contained in:
vitalets
2012-12-06 11:12:16 +04:00
parent 8ed61d6b6b
commit a33c337567
3 changed files with 5 additions and 22 deletions

@ -515,5 +515,4 @@ Editableform is linked with one of input types, e.g. 'text', 'select' etc.
//error class attached to editable-error-block
$.fn.editableform.errorBlockClass = 'editable-error';
}(window.jQuery));