git-svn-id: https://svn.code.sf.net/p/freetel/code@1028 01035d8c-6547-0410-b346-abe4f...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 19 Nov 2012 09:47:40 +0000 (09:47 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Mon, 19 Nov 2012 09:47:40 +0000 (09:47 +0000)
mini-asterisk-gui2/voiplines.js

index 69864c131d2654c12d530156b58efcbde0e828b6..d152d4ee300670590569cfc9198c5a8fd91f1bae 100644 (file)
@@ -220,6 +220,9 @@ function onClickApply() {
        // save globals
        //lastselection = selection;               This causes a bug under firefox, but not chrome ... why?
        
+    document.getElementById("voiplinestatus").innerHTML = '<td>Checking... </td>';
+       
+       
        // take provider, username, password and host. 
        selection = document.getElementById('provider').value;
        user = document.getElementById('user').value;