From: horse69 Date: Mon, 19 Nov 2012 09:47:40 +0000 (+0000) Subject: git-svn-id: https://svn.code.sf.net/p/freetel/code@1028 01035d8c-6547-0410-b346-abe4f... X-Git-Url: http://git.whiteaudio.com/gitweb/?a=commitdiff_plain;h=0cc8d1f2def277132e8ad438b3395826640e2967;p=freetel-svn-tracking.git git-svn-id: https://svn.code.sf.net/p/freetel/code@1028 01035d8c-6547-0410-b346-abe4f91aad63 --- 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;