From: horse69 Date: Sat, 27 Oct 2012 22:54:20 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@837 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=0a7ebc57ab2f1441cb28722f626a7b7d8540a123;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@837 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index 9e67f073..99619ed8 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -53,7 +53,7 @@ function changeProvider() { // fill the host and username fields based on selection -var selection = document.getElementById('provider').innerHTML; +var selection = document.getElementById('provider').value; }