Skip to content
Snippets Groups Projects
Commit 8b050752 authored by lowercasedonkey's avatar lowercasedonkey
Browse files

Husk passage call fix

parent 809709c4
No related branches found
No related tags found
1 merge request!8549Husk fix
...@@ -51,6 +51,6 @@ new App.DomPassage( ...@@ -51,6 +51,6 @@ new App.DomPassage(
V.nextLink = "Main"; V.nextLink = "Main";
V.returnTo = "Incubator"; V.returnTo = "Incubator";
} }
return bodySwapSelection(getSlave(V.AS)); return huskSwapSelection(getSlave(V.AS));
} }
); );
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