Merge pull request #1590 from edx/db/youtube-fallback

If the YouTube API JS fails to load, the rest of the JS should still run
This commit is contained in:
David Baumgold
2013-11-05 07:46:34 -08:00
2 changed files with 10 additions and 4 deletions

View File

@@ -0,0 +1 @@
console.error("Can't load YouTube -- anything that relies on it will fail");