From 31c7969d63f3795d094cbadebc7b449ab955f997 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20Kr=C3=A6mmer=20Nielsen?= Date: Thu, 6 Dec 2007 13:48:22 +0100 Subject: [PATCH] Wrong variable --- content/tv2developer-quickbox.js | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/tv2developer-quickbox.js b/content/tv2developer-quickbox.js index f86f9e0..963e3b2 100644 --- a/content/tv2developer-quickbox.js +++ b/content/tv2developer-quickbox.js @@ -161,7 +161,7 @@ var TV2DeveloperQuickBox = { action = auto_action; this._autoChange = true; - if (sitetype == 'test' && auto_username && auto_username != username) { + if (env == 'test' && auto_username && auto_username != username) { username = auto_username; document.getElementById('environment').selectedItem=document.getElementById('othertest'); document.getElementById('testname').value=username; diff --git a/version b/version index 7486fdb..f38fc53 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.7.2 +0.7.3 -- 2.52.0