From f553b7e8c53ecfc928da7abb2bc7b00f0089c4e6 Mon Sep 17 00:00:00 2001 From: horse69 Date: Sat, 1 Dec 2012 02:13:13 +0000 Subject: [PATCH] git-svn-id: https://svn.code.sf.net/p/freetel/code@1097 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/configure_AT-530.html | 2 +- mini-asterisk-gui2/configure_AT-620R.html | 2 +- mini-asterisk-gui2/ipphones.js | 7 +++---- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/mini-asterisk-gui2/configure_AT-530.html b/mini-asterisk-gui2/configure_AT-530.html index 7420c813..77756cf1 100644 --- a/mini-asterisk-gui2/configure_AT-530.html +++ b/mini-asterisk-gui2/configure_AT-530.html @@ -16,7 +16,7 @@ - + diff --git a/mini-asterisk-gui2/configure_AT-620R.html b/mini-asterisk-gui2/configure_AT-620R.html index 4f93e927..9814b9a2 100644 --- a/mini-asterisk-gui2/configure_AT-620R.html +++ b/mini-asterisk-gui2/configure_AT-620R.html @@ -16,7 +16,7 @@ - +
diff --git a/mini-asterisk-gui2/ipphones.js b/mini-asterisk-gui2/ipphones.js index b5254815..e0572beb 100644 --- a/mini-asterisk-gui2/ipphones.js +++ b/mini-asterisk-gui2/ipphones.js @@ -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 += ""; - // html += ""; } } - // html += ""; - html += '
'; html += ''; -- 2.25.1