Michael Nowak

Results 14 comments of Michael Nowak

@issoft-nsiniakevich Thank you for your report! I will take a look at this and probably remove this check.

Thank you for your post, @AmitPatel-BoTreeConsulting This really helped me! But tweaked the `setup`function a little bit (for my usecase): ``` function(editor) { editor.on('dirty', function(event) { editor.save(); $('.js-dirty-tracking').trigger('checkform.areYouSure'); }); }...

Maybe http://www.rubydoc.info/github/colbygk/log4r could be used.