From ba05bcd61e29e33c3543580dc0a9f9152f41ad62 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20Kr=C3=A6mmer=20Nielsen?= Date: Fri, 8 Aug 2008 16:10:45 +0200 Subject: [PATCH] Previous patch introduced bug for www.tv2.dk - fixed --- content/tv2developer.js | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tv2developer.js b/content/tv2developer.js index d42e42b..524deb3 100644 --- a/content/tv2developer.js +++ b/content/tv2developer.js @@ -207,7 +207,7 @@ var TV2Developer = { // Handle sites with aliases (e.g. ol2008.tv2.dk is ol.tv2.dk on live... ) var cvs_sitename; - var live_sitename = tv2_sitename; + var live_sitename = (tv2_sitename ? tv2_sitename : 'www'); var docWin = getBrowser().contentWindow; if (docWin.wrappedJSObject) { diff --git a/version b/version index 5eef0f1..a3f5a8e 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.10.2 +0.10.3 -- 2.52.0