can add and remove images from posts

This commit is contained in:
Baris Usakli
2013-08-30 11:40:20 -04:00
parent 106157a951
commit d2eb73df96
3 changed files with 32 additions and 22 deletions

View File

@@ -152,7 +152,7 @@ define(['taskbar'], function(taskbar) {
pid: threadData.pid,
title: threadData.title || '',
body: threadData.body || '',
images: []
images: threadData.uploadedImages
};
composer.load(uuid);
} else {