Fixed delete file button when moved in the dropdown panel. Fixes #226

This commit is contained in:
benweet 2013-12-14 18:17:27 +00:00
parent f59156ec24
commit 5841759ea9

View File

@ -175,6 +175,9 @@ define([
fileMgr.selectFile(fileDesc);
$fileTitleElt.click();
});
$('.action-remove-file-confirm').click(function() {
$('.modal-remove-file-confirm').modal('show');
});
$(".action-remove-file").click(function() {
fileMgr.deleteFile();
});