-
Notifications
You must be signed in to change notification settings - Fork 442
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Remove references to a YouTube API Key (deprecated) (#970)
* Remove ytkey from config.yml (deprecated) * Remove references to a YouTube API Key in AI 2023 Symposium pages
- Loading branch information
Showing
3 changed files
with
2 additions
and
21 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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> |