From 0ad9eee6de8ac664fb2baf0a9a8dc726af120c22 Mon Sep 17 00:00:00 2001 From: Ben Klang Date: Fri, 26 Mar 2010 17:03:33 -0400 Subject: [PATCH] Shout: remove extraneous "cancel" button --- shout/templates/dialplan/edit.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/shout/templates/dialplan/edit.inc b/shout/templates/dialplan/edit.inc index 188c6d44a..787f95a6e 100644 --- a/shout/templates/dialplan/edit.inc +++ b/shout/templates/dialplan/edit.inc @@ -151,6 +151,7 @@ function editAction(digit) } if ($('editActionForm').down('select').getValue() != '') { + empty('editAction'); var action = $('editActionForm').down('select').getValue(); var div = document.createElement('div'); switch(action) { -- 2.11.0