From: Ben Klang Date: Fri, 26 Mar 2010 21:03:33 +0000 (-0400) Subject: Shout: remove extraneous "cancel" button X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=0ad9eee6de8ac664fb2baf0a9a8dc726af120c22;p=horde.git Shout: remove extraneous "cancel" button --- 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) {