From 6557f92a35f6575c773f5a3222225539e7103ce8 Mon Sep 17 00:00:00 2001 From: horse69 Date: Sat, 27 Oct 2012 22:49:13 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@836 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/voiplines.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index a9ffd713..9e67f073 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('povider').innerHTML; +var selection = document.getElementById('provider').innerHTML; } -- 2.25.1