minor change
This commit is contained in:
parent
ff6a6689bf
commit
2e7b954bd5
1 changed files with 1 additions and 1 deletions
|
@ -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) {
|
||||||
|
|
Loading…
Reference in a new issue