Fixed layout problem with 'edit socials' button floating around
This commit is contained in:
parent
c98470b43e
commit
93f24b7078
@ -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> </p>
|
||||
<p> </p>
|
||||
<p> </p>
|
||||
<p><a id=\"editAccountButton\" style=\"text-align:center;\" onclick=\"toggleAccountEdit();resizeIframe(parent.document.getElementById('dataFrame'));\">Edit Socials</a></p>
|
||||
|
Loading…
x
Reference in New Issue
Block a user