From 0a8ef8182daf2a2a1298f4e053193226b6c1de90 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Kristian=20Kr=C3=A6mmer=20Nielsen?= Date: Mon, 8 Dec 2008 19:31:45 +0100 Subject: [PATCH] fixed issue where not able to lookup usernames with a dot --- content/quickbox.js | 2 +- version | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/content/quickbox.js b/content/quickbox.js index 42bd941..45427a5 100644 --- a/content/quickbox.js +++ b/content/quickbox.js @@ -340,7 +340,7 @@ var TV2DeveloperQuickBox = { break; case 'go-username': action_uses_opdatering = true; - go_username = site; + go_username = shorturl; site = 'login'; break; } diff --git a/version b/version index 1a96df1..35ad344 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.11.3 +0.11.4 -- 2.52.0