Skip to content

Commit

Permalink
print id in console for s0,s1 and s2
Browse files Browse the repository at this point in the history
  • Loading branch information
keweizhan committed Mar 18, 2024
1 parent 4b2a32c commit 9fd796f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion app/assets/javascripts/simple.js
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,8 @@ $(document).ready(function () {
'X-CSRF-Token': $('meta[name="csrf-token"]').attr('content') // CSRF token
},
success: function(response) {
console.log('Score updated successfully');
console.log('Score updated successfully' + // external_id
'externalId is' + externalId);
},
error: function(xhr) {
console.log('Failed to update score: ' + xhr.responseText
Expand Down

0 comments on commit 9fd796f

Please sign in to comment.