projects
/
horde.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ff414b
)
Shout: fix typo
author
Ben Klang
<ben@alkaloid.net>
Sun, 28 Mar 2010 01:28:41 +0000
(21:28 -0400)
committer
Ben Klang
<ben@alkaloid.net>
Sun, 28 Mar 2010 01:28:41 +0000
(21:28 -0400)
shout/templates/dialplan/edit.inc
patch
|
blob
|
history
diff --git
a/shout/templates/dialplan/edit.inc
b/shout/templates/dialplan/edit.inc
index
69144b3
..
5e25c9e
100644
(file)
--- 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(curme
un
).actions[digit].args.numbers.each(function (s) {
+ menuInfo.get(curme
nu
).actions[digit].args.numbers.each(function (s) {
var input = document.createElement('input');
input.name = 'numbers[]';
input.value = s;