From: horse69 Date: Sun, 28 Oct 2012 22:54:43 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@869 01035d8c-6547-0410-b346-abe4f9... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=a0cca916be55fc2844fb426374af90d4f2d78eca;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@869 01035d8c-6547-0410-b346-abe4f91aad63 --- diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index 2659157c..f1aa8ca8 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -137,7 +137,7 @@ function passwordReturn(doc,status) { // host=hostsip host=192.168.1.30 // need to switch keywords based on selection - var url = '/cgi-bin/setword.cgi?file=/etc/asterisk/sip.conf&this=hostsip&that=' + document.getElementById('host').value + ; + var url = '/cgi-bin/setword.cgi?file=/etc/asterisk/sip.conf&this=hostsip&that=' + document.getElementById('host').value ; downloadUrl(url,hostReturn); }