From f6bf88a2078e2e2794cea02b9ca5f0db1f9d35eb Mon Sep 17 00:00:00 2001 From: horse69 Date: Mon, 19 Nov 2012 08:56:24 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@1025 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/voiplines.js | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index e38e4372..18111f9f 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -17,10 +17,6 @@ var passwd = ""; var lastselection=""; -var lasthost=""; -var lastuser=""; -var lastpasswd=""; -var lastreg=""; var providerfound = 0; @@ -232,11 +228,7 @@ function onClickApply() { // You will need to cascade calls to downloadUrl // save globals - lastselection = selection; - lastuser = user; - lasthost = host; - lastpasswd = passwd; - lastreg = new_register; + //lastselection = selection; // take provider, username, password and host. selection = document.getElementById('provider').value; @@ -483,9 +475,6 @@ function changeProvider() { var sell = document.getElementById('provider').value; - // Disable old provider if used - // - if (sell == "none" ) { // clear fields -- 2.25.1