Skip to content
Snippets Groups Projects
Commit ed993c3b authored by Hakan Sandell's avatar Hakan Sandell
Browse files

Better solution for updating files list in media manager on delete

parent 1888d1bb
No related branches found
No related tags found
No related merge requests found
......@@ -428,7 +428,7 @@ var dw_mediamanager = {
dw_mediamanager.$resizables().resizable('destroy');
if (update_list) {
dw_mediamanager.list.call(jQuery('a.selected')[0]);
dw_mediamanager.list.call(jQuery('input[value="Apply"]')[0]);
}
$content.html(data);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment