Not working in 3.9.1
When I edit content of a post and click Update it shows Leave Page / Stay on Page buttons, just like if i navigate away after change.
It also causes JS error in this block:
editor.on( 'submit', function() {
save({
post_title: $( '#title' ).val() || '',
content: $( '#content' ).val() || '',
excerpt: $( '#excerpt' ).val() || ''
});
});
Unfortunately have no time to debug and fix and am moving to another editor as this plugin looks abandoned.