From: Ben Klang Date: Sun, 28 Mar 2010 01:28:41 +0000 (-0400) Subject: Shout: fix typo X-Git-Url: https://git.internetallee.de/?a=commitdiff_plain;h=1be45da8d9e3454d19eadc78a0e74d45872fad39;p=horde.git Shout: fix typo --- diff --git a/shout/templates/dialplan/edit.inc b/shout/templates/dialplan/edit.inc index 69144b31a..5e25c9e0d 100644 --- a/shout/templates/dialplan/edit.inc +++ b/shout/templates/dialplan/edit.inc @@ -212,7 +212,7 @@ function editAction(digit) var br = document.createElement('br'); div.appendChild(br); if (menuInfo.get(curmenu).actions[digit] != null) { - menuInfo.get(curmeun).actions[digit].args.numbers.each(function (s) { + menuInfo.get(curmenu).actions[digit].args.numbers.each(function (s) { var input = document.createElement('input'); input.name = 'numbers[]'; input.value = s;