From: horse69 Date: Wed, 17 Oct 2012 22:30:57 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@771 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=202efbf2f1642f4f15820f56567164e4c0a7c678;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@771 01035d8c-6547-0410-b346-abe4f91aad63 --- 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"; } }