Working : upload image : fix fallback and delete links on refresh

This commit is contained in:
gmorel
2013-09-23 17:25:31 +02:00
parent 3cb7289848
commit 21e6f3471c
2 changed files with 4 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ $(function($){
$imageListArea.html(
data
);
$.imageUploadManager.onClickDeleteImage();
});
};