Skip to content
Snippets Groups Projects
Commit 39a36d0b authored by Loïs Poujade's avatar Loïs Poujade
Browse files

Fix annotation deletion

Closes #12
parent ecc2fa72
No related branches found
No related tags found
No related merge requests found
......@@ -925,7 +925,7 @@ PopupPanelWidget.prototype.createPopupContent = function (tag) {
}
deleteElement
.click(function () {
window.app.rekall.Rekall('pubSub').publish('', {
window.app.rekall.Rekall('pubSub').publish('alert', {
message: "Do you really want to delete this file from the project ?",
buttons: "yesnodelete"
});
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment