summaryrefslogtreecommitdiff
path: root/frontend/static/js/sj_compiled.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/static/js/sj_compiled.js')
-rwxr-xr-xfrontend/static/js/sj_compiled.js3
1 files changed, 2 insertions, 1 deletions
diff --git a/frontend/static/js/sj_compiled.js b/frontend/static/js/sj_compiled.js
index b52b0d5..781b49b 100755
--- a/frontend/static/js/sj_compiled.js
+++ b/frontend/static/js/sj_compiled.js
@@ -2092,7 +2092,8 @@ var Youtube =
stop: function ()
{
d.warn("YOUTUBE STOP")
- Youtube.player.stopVideo()
+ if (Youtube.player)
+ Youtube.player.stopVideo()
Youtube.playing = false
},
finish: function ()