We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec68be0 commit 4b2a32cCopy full SHA for 4b2a32c
app/assets/javascripts/simple_code.js
@@ -68,7 +68,8 @@ $(document).ready(function(){
68
'X-CSRF-Token': $('meta[name="csrf-token"]').attr('content') // CSRF token
69
},
70
success: function(response) {
71
- console.log('Score updated successfully');
+ console.log('Score updated successfully' + // external_id
72
+ 'externalId is' + externalId);
73
74
error: function(xhr) {
75
console.log('Failed to update score: ' + xhr.responseText
0 commit comments