From fe9ac324a3338529d818b7ab308719183e4af1af Mon Sep 17 00:00:00 2001 From: horse69 Date: Sun, 6 May 2012 22:59:01 +0000 Subject: [PATCH] comments git-svn-id: https://svn.code.sf.net/p/freetel/code@398 01035d8c-6547-0410-b346-abe4f91aad63 --- mini-asterisk-gui2/about.js | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mini-asterisk-gui2/about.js b/mini-asterisk-gui2/about.js index a06c7bcf..bdac0042 100644 --- a/mini-asterisk-gui2/about.js +++ b/mini-asterisk-gui2/about.js @@ -1,9 +1,9 @@ /* about.js Ian Roberts - May 7 2010 + May 7 2012 - About screen for Mini Asterisk GUI. + About screen for Mini Asterisk GUI2. */ var update_time = 10; @@ -31,6 +31,7 @@ function initialisePage() { html += '

About

'; html += 'Mini Asterisk GUI2 Revision XXX'; html += 'Brought to you by the Free Telephony Project'; + // this image will only come up if internet connection is present html += ' '; html += ' '; -- 2.25.1