Skip to content

Commit 88ec31a

Browse files
authored
Update insert-moc.qml
Changed if (action != MOC) from indexpage as in an old version.
1 parent ce00c4d commit 88ec31a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

insert-moc/insert-moc.qml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Script {
88
}
99

1010
function customActionInvoked(action) {
11-
if (action !== "indexpage") {
11+
if (action !== "MOC") {
1212
return;
1313
}
1414

0 commit comments

Comments
 (0)