git-svn-id: https://svn.code.sf.net/p/freetel/code@1097 01035d8c-6547-0410-b346-abe4f...
authorhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 1 Dec 2012 02:13:13 +0000 (02:13 +0000)
committerhorse69 <horse69@01035d8c-6547-0410-b346-abe4f91aad63>
Sat, 1 Dec 2012 02:13:13 +0000 (02:13 +0000)
mini-asterisk-gui2/configure_AT-530.html
mini-asterisk-gui2/configure_AT-620R.html
mini-asterisk-gui2/ipphones.js

index 7420c813fdfe034f598cf44a85429d171e1d6966..77756cf17aaaaa65577399bc9480fb52802f43a6 100644 (file)
@@ -16,7 +16,7 @@
 \r
 </head>\r
 \r
-<body onload="initialise()">\r
+<body>\r
 \r
   <table align="center" width=800>\r
   <tr>\r
index 4f93e9270a6db6996eeae33c00f19a51f5e55360..9814b9a2d42e6bc6c9c28fbf2b46d788afe306a3 100644 (file)
@@ -16,7 +16,7 @@
 \r
 </head>\r
 \r
-<body onload="initialise()">\r
+<body>\r
 \r
   <table align="center" width=800>\r
   <tr>\r
index b52548158ee2d8615531ddbda269e975362fb584..e0572bebc89da6ff753defa4084cd1032b179a7c 100644 (file)
@@ -14,8 +14,10 @@ var update_time = 10;
 function initialise() {
     mainMenu();
 
-    // kick off cascading CGIs, initialisePage() will be called when complete
+    document.getElementById("ipphones_table").innerHTML = "Checking....";
 
+     // kick off cascading CGIs, initialisePage() will be called when complete
+        
     loadExtensions();
 }
 
@@ -45,12 +47,9 @@ function initialisePage() {
 
             html += "</td>";
 
- //           html += "</tr>";
            }
     }
 
- //   html += "</tr>";
-
     html += '</table>';
        
     html += '</form>';