diff --git a/static/videoOverlay.js b/static/videoOverlay.js index f0253be..c3f2c93 100644 --- a/static/videoOverlay.js +++ b/static/videoOverlay.js @@ -83,7 +83,7 @@ function getVideoOverlay(page) { }) .appendTo($interface); $playButton.hide(); - $editButton && $editButton.hide(); + $editButton.hide(); return false; } function edit(e) {