|
|
@ -253,6 +253,7 @@ define('composer', [
|
|
|
|
updateTitle(postData, postContainer);
|
|
|
|
updateTitle(postData, postContainer);
|
|
|
|
|
|
|
|
|
|
|
|
activate(post_uuid);
|
|
|
|
activate(post_uuid);
|
|
|
|
|
|
|
|
resize.reposition(postContainer);
|
|
|
|
|
|
|
|
|
|
|
|
if (config.allowFileUploads || config.hasImageUploadPlugin) {
|
|
|
|
if (config.allowFileUploads || config.hasImageUploadPlugin) {
|
|
|
|
uploads.initialize(post_uuid);
|
|
|
|
uploads.initialize(post_uuid);
|
|
|
@ -318,7 +319,6 @@ define('composer', [
|
|
|
|
|
|
|
|
|
|
|
|
formatting.addComposerButtons();
|
|
|
|
formatting.addComposerButtons();
|
|
|
|
focusElements(postContainer);
|
|
|
|
focusElements(postContainer);
|
|
|
|
resize.reposition(postContainer);
|
|
|
|
|
|
|
|
});
|
|
|
|
});
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|