git-svn-id: https://svn.code.sf.net/p/freetel/code@836 01035d8c-6547-0410-b346-abe4f9...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 27 Oct 2012 22:49:13 +0000 (22:49 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 27 Oct 2012 22:49:13 +0000 (22:49 +0000)
mini-asterisk-gui2/voiplines.js

index a9ffd713cfddfda30a95351c25c89b56a18a7f60..9e67f073d442af020d9e5ea3e8ea44f165e070df 100644 (file)
@@ -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;
 
 
 }