Skip to content

Commit

Permalink
fix(#262): dedicated yt api key to test local iframe
Browse files Browse the repository at this point in the history
  • Loading branch information
adrienjoly committed Mar 9, 2020
1 parent 6668102 commit ac807ec
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion public/html/YoutubePlayerIframeLocal.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
</head>

<body>
<script> var YOUTUBE_API_KEY = "AIzaSyAkSE-0vsbOeK-GCSqHj6UIhP1OY7yK1OU"; </script>
<script> var YOUTUBE_API_KEY = "AIzaSyCe6E_r60th8Xdd8qdWEUsw8U69txPWra0"; /* associated to google project "openwhyd-dev" */ </script>
<script src="/js/playem-all.js"></script>
<script src="/js/whydRemotePlayer.js"></script>
</body>
Expand Down

0 comments on commit ac807ec

Please sign in to comment.