From bf1bf50af8bdc35e84356ed9531abb340373eeb3 Mon Sep 17 00:00:00 2001 From: rolux Date: Thu, 20 Nov 2014 21:33:21 +0000 Subject: [PATCH] update entities dialog --- static/js/entitiesDialog.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/js/entitiesDialog.js b/static/js/entitiesDialog.js index 4155883d..1895104c 100644 --- a/static/js/entitiesDialog.js +++ b/static/js/entitiesDialog.js @@ -162,7 +162,7 @@ pandora.ui.entitiesDialog = function(options) { }); }) } else if (data.id == 'delete') { - // ... + deleteEntities(); } } }),