Skip to content
Snippets Groups Projects
Commit 40465ff1 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'mpregself' into 'pregmod-master'

convert MpregSelf

See merge request pregmodfan/fc-pregmod!9384
parents 0fa36fec f9820f1b
No related branches found
No related tags found
1 merge request!9384convert MpregSelf
Pipeline #27260 passed
...@@ -117,3 +117,12 @@ new App.DomPassage( ...@@ -117,3 +117,12 @@ new App.DomPassage(
return el; return el;
}, ["jump-from-safe"] }, ["jump-from-safe"]
); );
new App.DomPassage("MpregSelf",
() => {
V.nextButton = "Back";
V.nextLink = "Main";
return MpregSelf();
}
);
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment