From ce1146f0ebd1f5f005938966631f38d506dee683 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20Kr=C3=A6mmer=20Nielsen?= Date: Thu, 6 Dec 2007 13:46:23 +0100 Subject: [PATCH] Only if test environment --- content/tv2developer-quickbox.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/tv2developer-quickbox.js b/content/tv2developer-quickbox.js index 2c29582..f86f9e0 100644 --- a/content/tv2developer-quickbox.js +++ b/content/tv2developer-quickbox.js @@ -161,7 +161,7 @@ var TV2DeveloperQuickBox = { action = auto_action; this._autoChange = true; - if (auto_username && auto_username != username) { + if (sitetype == 'test' && auto_username && auto_username != username) { username = auto_username; document.getElementById('environment').selectedItem=document.getElementById('othertest'); document.getElementById('testname').value=username; -- 2.52.0