From 202efbf2f1642f4f15820f56567164e4c0a7c678 Mon Sep 17 00:00:00 2001 From: horse69 Date: Wed, 17 Oct 2012 22:30:57 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@771 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/phones.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini-asterisk-gui2/phones.js b/mini-asterisk-gui2/phones.js index 821a82be..bf38dee5 100644 --- a/mini-asterisk-gui2/phones.js +++ b/mini-asterisk-gui2/phones.js @@ -224,7 +224,7 @@ function onClickUpdateReception() { arg = arg+"&"; // got to make up new codes - arg = arg + recept_code[i] + "=on"; + arg = arg + recept_box[i].value + "=on"; } } -- 2.25.1