Skip to content
Snippets Groups Projects
Commit 9b55fadd authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'next-button' into 'pregmod-master'

fix daughters of liberty again

See merge request pregmodfan/fc-pregmod!4782
parents 6fb1ee7a 785c143e
Branches
Tags
No related merge requests found
...@@ -50,25 +50,22 @@ ...@@ -50,25 +50,22 @@
//@@.red;$weatherToday.name@@// //@@.red;$weatherToday.name@@//
<</if>> <</if>>
<span id="nextButton">
<<if $nextButton == "END WEEK">> <br><br> <<if $nextButton == "END WEEK">> <br><br>
<span id="endWeekButton"> <span id="endWeekButton">
<strong> <strong>
<<link [[($nextButton)|($nextLink)]]>><</link>> <<link [[($nextButton)|($nextLink)]]>><</link>>
</strong> </strong>
</span> @@.cyan;[Ent]@@
@@.cyan;[Ent]@@<br> <<if $rulesError && $rulesAssistantAuto == 1>><br>@@.yellow; WARNING: some custom rules will change slave variables@@<</if>>
<<if $rulesError && $rulesAssistantAuto > 0>><br>@@.yellow; WARNING: some custom rules will change slave variables@@<</if>> </span>
<<elseif $nextButton !== " ">> <br><br> <<elseif $nextButton !== " ">> <br><br>
<strong> <span id="nextButton">
<<link "$nextButton">> /* must use link so spacebar shortcut will work */ <strong>
<<set $ui = "main">> <<link [[$nextButton|$nextLink][$ui = "main"]]>><</link>>
<<goto $nextLink>>
<</link>>
</strong> </strong>
@@.cyan;[Space]@@<br> @@.cyan;[Space]@@
</span>
<</if>> <</if>>
</span>
<<if $sideBarOptions.Cash > 0>> <br> <<if $sideBarOptions.Cash > 0>> <br>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment