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
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
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
macaronideath
fc-pregmod
Commits
cc3f0d54
Commit
cc3f0d54
authored
4 years ago
by
Arkerthan
Browse files
Options
Downloads
Patches
Plain Diff
possible endWeek passages to pure DOM
parent
174b1886
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
src/005-passages/endWeekPassages.js
+13
-0
13 additions, 0 deletions
src/005-passages/endWeekPassages.js
src/endWeek/reportsTW/slaveAssignmentsReport.tw
+0
-8
0 additions, 8 deletions
src/endWeek/reportsTW/slaveAssignmentsReport.tw
with
13 additions
and
8 deletions
src/005-passages/endWeekPassages.js
0 → 100644
+
13
−
0
View file @
cc3f0d54
new
App
.
DomPassage
(
"
Slave Assignments Report
"
,
()
=>
{
V
.
nextLink
=
"
Economics
"
;
V
.
nextButton
=
"
Continue
"
;
const
f
=
document
.
createDocumentFragment
();
App
.
UI
.
DOM
.
appendNewElement
(
"
h1
"
,
f
,
`
${
V
.
arcologies
[
0
].
name
}
Weekly Slave Report - Week
${
V
.
week
}
`
);
f
.
append
(
App
.
EndWeek
.
slaveAssignmentReport
());
App
.
UI
.
EndWeekAnim
.
end
();
return
f
;
}
);
This diff is collapsed.
Click to expand it.
src/endWeek/reportsTW/slaveAssignmentsReport.tw
deleted
100644 → 0
+
0
−
8
View file @
174b1886
:: Slave Assignments Report [nobr]
<<set $nextLink = "Economics", $nextButton = "Continue">>
<h1> $arcologies[0].name Weekly Slave Report - Week $week</h1>
<<includeDOM App.EndWeek.slaveAssignmentReport()>>
<<run App.UI.EndWeekAnim.end()>>
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