@ -151,6 +151,9 @@ define(['taskbar'], function(taskbar) {
pid: pid, // Editing
body: text // Predefined text
});
// Regardless of success or failure, this should be set back to false so new topics can have their title set
var titleEl = composer.postContainer.querySelector('input');
titleEl.readOnly = false;
}
composer.load = function(post_uuid) {