Bryan Miller
Bryan Miller
I understand this better now that I've watched your Laracasts series, but maybe add to the sidecar documentation?
Hi @artf any luck with memory leak fixes? Have any fixes been deployed, and if so can you point me to which versions of Grapes has the fixes? Thanks and...
@cmanley Thanks for getting me started on this. I'm wondering why not just this: ``` CKEDITOR.on("instanceReady", function (event) { $('form').areYouSure(); event.editor.on('change', function(event) { $('form').trigger('checkform.areYouSure'); }); }); ```