From 7c788a0efb4351181a0a0b87f4804caefdaa39cb Mon Sep 17 00:00:00 2001 From: Trevor Squillario Date: Tue, 3 Apr 2012 12:42:22 -0400 Subject: [PATCH] 1.9.5 display bug fix --- js/app.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/app.js b/js/app.js index 935ed99..453b7c2 100644 --- a/js/app.js +++ b/js/app.js @@ -5,7 +5,7 @@ var hostURL = location.href; var baseURL; // Set auth cookies if specified in URL on launch -var u = getParameterByName('u'); +var u = getParameterByName('u'); var p = getParameterByName('p'); var s = getParameterByName('s'); if (u && p && s) {