Skip to content

Commit

Permalink
2.11.20 Adding view account profile
Browse files Browse the repository at this point in the history
  • Loading branch information
webpwnized committed Sep 30, 2024
1 parent 43d4b1a commit abebae5
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/view-account-profile.php
Original file line number Diff line number Diff line change
Expand Up @@ -93,8 +93,6 @@
} // if $lUserLoggedIn
?>

<script type="text/javascript">
<!--
<span>
<a style="text-decoration: none; cursor: pointer;" href="./webservices/rest/ws-user-account.php">
<img style="vertical-align: middle;" src="./images/ajax_logo-75-79.jpg" height="75px" width="78px" alt="AJAX" />
Expand Down Expand Up @@ -151,6 +149,6 @@
document.getElementById("id-profile-not-found-div").style.display="none";
}else{
document.getElementById("id-edit-account-profile-form-div").style.display="none";
document.getElementById("id-profile-not-found-div").style.display="";
document.getElementById("id-profile-not-found-div").style.display="";
}// end if lResultsFound
</script>

0 comments on commit abebae5

Please sign in to comment.