Embed: remove video.load() button
This commit is contained in:
parent
c17cfe9595
commit
fb6abe27d2
2 changed files with 1 additions and 11 deletions
File diff suppressed because one or more lines are too long
|
@ -2487,16 +2487,6 @@ MistSkins.dev.structure.submenu.children.unshift({
|
|||
style: {"flex-wrap": "wrap"},
|
||||
children: [
|
||||
{
|
||||
if: function(){ return !!(this.player && this.player.api); },
|
||||
then: {
|
||||
type: "button",
|
||||
title: "Reload the video source",
|
||||
label: "video.load();",
|
||||
onclick: function(){
|
||||
this.player.api.load();
|
||||
}
|
||||
}
|
||||
},{
|
||||
type: "button",
|
||||
title: "Build MistVideo again",
|
||||
label: "MistVideo.reload();",
|
||||
|
|
Loading…
Add table
Reference in a new issue