From abe0be565ddf289ef20fc59f250f57924edc5719 Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Tue, 5 Nov 2013 16:02:21 +0000 Subject: [PATCH] Fix delete calendar entry via context menu from calendar listview --- calendar/js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/calendar/js/app.js b/calendar/js/app.js index 7bf0088d00..db1757da60 100644 --- a/calendar/js/app.js +++ b/calendar/js/app.js @@ -439,7 +439,7 @@ app.classes.calendar = AppJS.extend( } console.log(_action); - nm_action(_action, _senders, null, {ids: []}); + nm_action(_action, _senders); _action.data = backup; // restore url, width, height, nm_action },