Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove references to a YouTube API Key (deprecated) #970

Open
wants to merge 2 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,6 @@ highlighter: rouge
repository: w3c/wai-website
branch: main

ytkey: AIzaSyBzq155tA3E3gaYlRdx2S9U9FM78U1-568

# remote_themes are an extension for Jekyll running in GitHub pages and are a GitHub repo
remote_theme: w3c/wai-website-theme

Expand Down
10 changes: 1 addition & 9 deletions pages/about/projects/wai-coop/symposium2.md
Original file line number Diff line number Diff line change
Expand Up @@ -903,12 +903,4 @@ The symposium on AI and digital accessibility highlighted the potential of AI to

<script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js"></script>
<script src="{{ '/assets/ableplayer/build/ableplayer.min.js' | relative_url }}"></script>
<script>
var youTubeDataAPIKey = "{{ site.ytkey }}";
var googleApiReady = false;
function initGoogleClientApi() {
googleApiReady = true;
}
</script>
<script src="//apis.google.com/js/client.js?onload=initGoogleClientApi"></script>
<script src="{{ '/assets/ableplayer/build/ableplayer.min.js' | relative_url }}"></script>
11 changes: 1 addition & 10 deletions pages/fundamentals/research/ai2023.md
Original file line number Diff line number Diff line change
Expand Up @@ -997,15 +997,6 @@ Ethical discussions and standards are needed to ensure fair and ethical use of A
- Michael Cooper (W3C)
- Scott Hollier (University of South Australia)


<script src="//ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="//cdn.jsdelivr.net/npm/[email protected]/dist/js.cookie.min.js"></script>
<script src="{{ '/assets/ableplayer/build/ableplayer.min.js' | relative_url }}"></script>
<script>
var youTubeDataAPIKey = "{{ site.ytkey }}";
var googleApiReady = false;
function initGoogleClientApi() {
googleApiReady = true;
}
</script>
<script src="//apis.google.com/js/client.js?onload=initGoogleClientApi"></script>
<script src="{{ '/assets/ableplayer/build/ableplayer.min.js' | relative_url }}"></script>