From 79ae38db2961594d6492dc7d0553996eb7cdc18b Mon Sep 17 00:00:00 2001 From: Symphorien Wanko Date: Thu, 6 Sep 2007 16:37:41 +0000 Subject: [PATCH] fix javascript error. replaced a non secure http:// resource with a secure one (https://) --- www/project_tools.html | 6 +++--- www/theme.js | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/www/project_tools.html b/www/project_tools.html index 4b863b859..c0b3b662f 100644 --- a/www/project_tools.html +++ b/www/project_tools.html @@ -86,9 +86,9 @@ _uacct = "UA-1273798-1"; urchinTracker(); --> - diff --git a/www/theme.js b/www/theme.js index 264b14a00..1f588623f 100644 --- a/www/theme.js +++ b/www/theme.js @@ -40,7 +40,7 @@ var regions = [ { title: "Developers", href: "http://www.sip-communicator.org/index.php/Documentation/DeveloperDocumentation" }, { title: "FAQ", href: "http://www.sip-communicator.org/index.php/Documentation/FAQ" } ] - }, + } ];