Skip to content

Commit

Permalink
update FKi -> MWi, bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
bjornregnell committed Aug 31, 2022
1 parent 060e686 commit e21da1f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 7 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
<p> -->

<!-- Include Scala.js compiled code. Bump version to force clear cache in client -->
<script type="text/javascript" src="https://fileadmin.cs.lth.se/pgk/kaptenalloc/main.js?version=1"></script>
<script type="text/javascript" src="https://fileadmin.cs.lth.se/pgk/kaptenalloc/main.js?version=2"></script>
</body>
</html>

10 changes: 4 additions & 6 deletions src/main/scala/data-GENERATED.scala
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@

package kaptenallocweb

val dataGeneratedFromKaptenAlloc: Seq[String] = """
-----------------------------------------------------------------
kurs|datum |dag|kl |typ |grupp|rum |handledare
Expand Down Expand Up @@ -38,7 +36,7 @@ Dod |2022-08-31|ons|15:15|DodLabb |D1.07|Val |FKa
Pgk |2022-09-01|tor|08:15|PgkResurstid|C1.04|Panter |ECe
Pgk |2022-09-01|tor|08:15|PgkResurstid|C1.05|Val |EBe
Pgk |2022-09-01|tor|08:15|PgkResurstid|C1.06|Varg |ESt
Pgk |2022-09-01|tor|08:15|PgkResurstid|XA1 |Ambulans1|PSj
Pgk |2022-09-01|tor|08:15|PgkResurstid|XA1 |Ambulans1|EBk
Pgk |2022-09-01|tor|08:15|PgkResurstid|XA2 |Ambulans2|AGr
Pgk |2022-09-01|tor|13:15|PgkResurstid|D1.05|Alfa |MWi
Pgk |2022-09-01|tor|13:15|PgkResurstid|D1.06|Beta |JSw
Expand Down Expand Up @@ -126,7 +124,7 @@ Pgk |2022-09-08|tor|08:15|PgkResurstid|C1.05|Val |EBe
Pgk |2022-09-08|tor|08:15|PgkResurstid|C1.06|Varg |ESt
Pgk |2022-09-08|tor|08:15|PgkResurstid|XA1 |Ambulans1|PSj
Pgk |2022-09-08|tor|08:15|PgkResurstid|XA2 |Ambulans2|JHa
Pgk |2022-09-08|tor|13:15|PgkResurstid|D1.05|Alfa |MWi
Pgk |2022-09-08|tor|13:15|PgkResurstid|D1.05|Alfa |FKa
Pgk |2022-09-08|tor|13:15|PgkResurstid|D1.06|Beta |JSw
Pgk |2022-09-08|tor|13:15|PgkResurstid|D1.07|Gamma |MSv
Pgk |2022-09-08|tor|13:15|PgkResurstid|D1.08|Jupiter |DHe
Expand Down Expand Up @@ -190,7 +188,7 @@ Dod |2022-09-15|tor|13:15|DodLabb |C1.01|Elg |JCe
Dod |2022-09-15|tor|13:15|DodLabb |C1.02|Lo |PGy
Dod |2022-09-15|tor|13:15|DodLabb |C1.03|Val |AGh
Pgk |2022-09-15|tor|15:15|PgkResurstid|C1.01|Panter |JCe
Pgk |2022-09-15|tor|15:15|PgkResurstid|C1.02|Val |FKa
Pgk |2022-09-15|tor|15:15|PgkResurstid|C1.02|Val |MWi
Pgk |2022-09-15|tor|15:15|PgkResurstid|C1.03|Varg |AGh
Pgk |2022-09-15|tor|15:15|PgkResurstid|XA1 |Ambulans1|PSj
Pgk |2022-09-15|tor|15:15|PgkResurstid|XA2 |Ambulans2|OLe
Expand Down Expand Up @@ -494,4 +492,4 @@ Pgk |2022-10-14|fre|15:15|PgkLabb |XA1 |Ambulans1|EBk
Pgk |2022-10-14|fre|15:15|PgkLabb |XA2 |Ambulans2|DHe
Pgk |2022-10-14|fre|15:15|PgkLabb |XA3 |Ambulans3|JSw
Pgk |2022-10-14|fre|15:15|PgkLabb |XA4 |Ambulans4|HLi
""".trim.split('\n').toSeq
""".trim.split('\n').toSeq

0 comments on commit e21da1f

Please sign in to comment.