Skip to content
Snippets Groups Projects
Commit aba508d1 authored by ezsh's avatar ezsh
Browse files

Fix SC event name for the passage switch handler setup

parent cd3ca73a
No related branches found
No related tags found
1 merge request!7401Fix SC event name for the passage switch handler setup
......@@ -16,7 +16,7 @@ $(document).on(':passagestart', function() {
});
});
$(document).on("passageinit", () => {
$(document).on(":passageinit", () => {
if (V.passageSwitchHandler) {
V.passageSwitchHandler();
delete V.passageSwitchHandler;
......
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