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

use DOM in old widgets

parent 8579da72
No related branches found
No related tags found
No related merge requests found
......@@ -2,7 +2,7 @@
<<set _Pass = passage()>>
<<if $ui != "start">><p><<userButton>></p><</if>>
<<if $ui != "start">><p><<includeDOM userButton()>></p><</if>>
<<if $ui != "start">>
<<if $cheatMode || $debugMode>>
......
......@@ -7,7 +7,7 @@ Call as <<UpdateNextButton>>
Allows for dynamic updating of the next button in the storyCaption (left side-bar) for events that disable the button until user makes a selection
%/
<<widget "UpdateNextButton">>
<<replace "#nextButton">> <<userButton>> <</replace>>
<<run updateUserButton()>>
<</widget>>
<<widget "Master">><<if def $args[0]>><<run Enunciate($args[0])>><<elseif ndef $enunciate>><<run Enunciate($activeSlave)>><</if>>$enunciate.title<</widget>>
......
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