From 0cc8d1f2def277132e8ad438b3395826640e2967 Mon Sep 17 00:00:00 2001 From: horse69 Date: Mon, 19 Nov 2012 09:47:40 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@1028 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/voiplines.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mini-asterisk-gui2/voiplines.js b/mini-asterisk-gui2/voiplines.js index 69864c13..d152d4ee 100644 --- a/mini-asterisk-gui2/voiplines.js +++ b/mini-asterisk-gui2/voiplines.js @@ -220,6 +220,9 @@ function onClickApply() { // save globals //lastselection = selection; This causes a bug under firefox, but not chrome ... why? + document.getElementById("voiplinestatus").innerHTML = 'Checking... '; + + // take provider, username, password and host. selection = document.getElementById('provider').value; user = document.getElementById('user').value; -- 2.25.1