Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
F
fc-pregmod
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pregmodfan
fc-pregmod
Commits
fc8b8336
Commit
fc8b8336
authored
4 years ago
by
lowercasedonkey
Browse files
Options
Downloads
Patches
Plain Diff
use DOM in old widgets
parent
8579da72
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!7564
User button to DOM
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/gui/storyCaption.tw
+1
-1
1 addition, 1 deletion
src/gui/storyCaption.tw
src/utility/miscWidgets.tw
+1
-1
1 addition, 1 deletion
src/utility/miscWidgets.tw
with
2 additions
and
2 deletions
src/gui/storyCaption.tw
+
1
−
1
View file @
fc8b8336
...
...
@@ -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>>
...
...
This diff is collapsed.
Click to expand it.
src/utility/miscWidgets.tw
+
1
−
1
View file @
fc8b8336
...
...
@@ -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">>
<<r
eplace "#nextButton">> <<userButton>> <</replace
>>
<<r
un updateUserButton()
>>
<</widget>>
<<widget "Master">><<if def $args[0]>><<run Enunciate($args[0])>><<elseif ndef $enunciate>><<run Enunciate($activeSlave)>><</if>>$enunciate.title<</widget>>
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment