minor change

This commit is contained in:
rolux 2013-02-13 10:06:04 +05:30
parent ff6a6689bf
commit 2e7b954bd5
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ function getVideoOverlay(page) {
}) })
.appendTo($interface); .appendTo($interface);
$playButton.hide(); $playButton.hide();
$editButton && $editButton.hide(); $editButton.hide();
return false; return false;
} }
function edit(e) { function edit(e) {