Skip to content

Commit

Permalink
Merge pull request ppy#10939 from nanaya/score-debug
Browse files Browse the repository at this point in the history
Include raw data in score page
  • Loading branch information
peppy authored Feb 1, 2024
2 parents ebb3c2e + b6cd636 commit a02911b
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions resources/views/scores/show.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,9 @@
{!! json_encode($scoreJson) !!}
</script>

<script id="json-raw" type="application/json">
{!! json_encode($score->getAttributes()) !!}
</script>

@include('layout._react_js', ['src' => 'js/scores-show.js'])
@endsection

0 comments on commit a02911b

Please sign in to comment.