maintenance: cleanup of switching to editMode
This commit is contained in:
parent
a8eec1dee6
commit
3a3c4f9c5c
3 changed files with 7 additions and 9 deletions
|
@ -201,9 +201,9 @@ Controls.Page {
|
|||
pWindow.loopVideo();
|
||||
}
|
||||
|
||||
function editSwitch(item) {
|
||||
function editSwitch(item, mode) {
|
||||
if (editMode) {
|
||||
switch (editType) {
|
||||
switch (mode) {
|
||||
case "song" :
|
||||
presentation.visible = false;
|
||||
videoEditor.visible = false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue