Fixed layout problem with 'edit socials' button floating around

This commit is contained in:
FractalParadigm 2025-03-11 21:29:47 -04:00
parent c98470b43e
commit 93f24b7078

View File

@ -211,7 +211,7 @@ try { // Try opening the SQL database connection
if (isset($userDetails["discord"]) && $userDetails["discord"] != "") {
if (isset($userDetails["discordLink"]) && $userDetails["discordLink"] != "") {
echo ("<a href=\"#\" id=\"discordURL\" onclick=\"redirect('discord', '" . $userDetails["discordLink"] . "')\" class=\"plainLinkBlue\"> " . $userDetails["discord"] . "</a></p>");
echo ("<p><a href=\"#\" id=\"discordURL\" onclick=\"redirect('discord', '" . $userDetails["discordLink"] . "')\" class=\"plainLinkBlue\"> " . $userDetails["discord"] . "</a></p>");
} else {
echo ("<p>" . $userDetails["discord"] . "</a></p>");
}
@ -221,6 +221,7 @@ try { // Try opening the SQL database connection
echo ("
<p>&nbsp;</p>
<p>&nbsp;</p>
<p>&nbsp;</p>
<p><a id=\"editAccountButton\" style=\"text-align:center;\" onclick=\"toggleAccountEdit();resizeIframe(parent.document.getElementById('dataFrame'));\">Edit Socials</a></p>