From 86b7fe5d290438b4a764758f735287f963ffc1e6 Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Wed, 30 Jan 2019 16:08:41 -0500 Subject: [PATCH] fix spacing --- web/skins/classic/views/js/postlogin.js.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/web/skins/classic/views/js/postlogin.js.php b/web/skins/classic/views/js/postlogin.js.php index 914d3e77b..976a87bbd 100644 --- a/web/skins/classic/views/js/postlogin.js.php +++ b/web/skins/classic/views/js/postlogin.js.php @@ -13,9 +13,9 @@ // Append '?(GET query)' to URL if the GET query is not empty. var querySuffix = ""; var newUrl = thisUrl + querySuffix;