1.9.5 display bug fix
This commit is contained in:
parent
0f124285e6
commit
7c788a0efb
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ var hostURL = location.href;
|
||||||
var baseURL;
|
var baseURL;
|
||||||
|
|
||||||
// Set auth cookies if specified in URL on launch
|
// Set auth cookies if specified in URL on launch
|
||||||
var u = getParameterByName('u');
|
var u = getParameterByName('u');
|
||||||
var p = getParameterByName('p');
|
var p = getParameterByName('p');
|
||||||
var s = getParameterByName('s');
|
var s = getParameterByName('s');
|
||||||
if (u && p && s) {
|
if (u && p && s) {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue