Scott Isaacs
Results
3
comments of
Scott Isaacs
> Did you pass the pipeline to `ToHtml`/your renderer instance? That was the workaround that I mentioned at the bottom of my description, and that does work. I updated my...
Thanks. That does help explain.
This is what I'm doing for now, but not sure if I'm losing anything else by doing it this ``` $("form#myform").dirtyForms({ // ... }); $(window).unbind('beforeunload'); window.onbeforeunload = null; ```