From: Kristian Kræmmer Nielsen Date: Mon, 8 Dec 2008 18:31:45 +0000 (+0100) Subject: fixed issue where not able to lookup usernames with a dot X-Git-Url: https://git.jkkn.net/?a=commitdiff_plain;h=0a8ef8182daf2a2a1298f4e053193226b6c1de90;p=tv2developer fixed issue where not able to lookup usernames with a dot --- 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