We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a54b3a6 commit 5a7a430Copy full SHA for 5a7a430
themes/contribute.jquery.org/cla-check.php
@@ -33,7 +33,7 @@ function getData() {
33
return null;
34
}
35
36
- $path = "output/$repo/" . substr( $sha, 0, 2 ) . "/$sha.json";
+ $path = "$repo/" . substr( $sha, 0, 2 ) . "/$sha.json";
37
$data = @file_get_contents( JQUERY_CLA_SERVER_URL . "/$path" );
38
$data = json_decode( $data );
39
$data->repo = $repo;
0 commit comments