fix spacing
This commit is contained in:
parent
4bacd26c98
commit
86b7fe5d29
|
@ -13,9 +13,9 @@
|
||||||
// Append '?(GET query)' to URL if the GET query is not empty.
|
// Append '?(GET query)' to URL if the GET query is not empty.
|
||||||
var querySuffix = "<?php
|
var querySuffix = "<?php
|
||||||
if (!empty($_POST["postLoginQuery"])) {
|
if (!empty($_POST["postLoginQuery"])) {
|
||||||
parse_str($_POST["postLoginQuery"], $queryParams);
|
parse_str($_POST["postLoginQuery"], $queryParams);
|
||||||
echo "?" . http_build_query($queryParams);
|
echo "?" . http_build_query($queryParams);
|
||||||
}
|
}
|
||||||
?>";
|
?>";
|
||||||
|
|
||||||
var newUrl = thisUrl + querySuffix;
|
var newUrl = thisUrl + querySuffix;
|
||||||
|
|
Loading…
Reference in New Issue