Add postprocess_liveupdate JS event dispatch on post preview
This commit is contained in:
@@ -667,6 +667,7 @@ function preview_post() {
|
||||
if (data.preview) {
|
||||
$("#jot-preview-content").html(data.preview);
|
||||
$("#jot-preview-content" + " a").click(function() {return false;});
|
||||
document.dispatchEvent(new Event('postprocess_liveupdate'));
|
||||
}
|
||||
},
|
||||
"json"
|
||||
|
||||
Reference in New Issue
Block a user