Skip to content

Commit

Permalink
code refactor
Browse files Browse the repository at this point in the history
  • Loading branch information
KotsiosDimis committed Dec 27, 2024
1 parent fa0cb9f commit 85ee2fa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion public/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
<script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
<!-- External JS File -->
<script src="js/checkSession.js"></script>
<script src="js/login.js"></script>
<script src="js/login/login.js"></script>

<script>
$(document).ready(function() {
Expand Down
2 changes: 1 addition & 1 deletion public/js/login.js → public/js/login/login.js
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ $(document).ready(function () {
const username = $('#reg_username').val();
const password = $('#reg_password').val();

$('#debugInfo').append(`<p>Attempting to register with: Username - <b>${username}</b>, Email - <b>${email}</b></p>`);
$('#debugInfo').append(`<p>Attempting to register with: Username - <b>${username}</b></p>`);

$.ajax({
url: 'https://users.iee.ihu.gr/~iee2020202/ADISE24_DreamTeam/blokus.php/users/register',
Expand Down

0 comments on commit 85ee2fa

Please sign in to comment.