Test Push

This commit is contained in:
2021-11-09 22:11:39 +10:00
parent c236e8a89a
commit cbec4a5c5c
18 changed files with 124 additions and 92 deletions

View File

@@ -26,7 +26,7 @@ let loadFloorplan (ctx: HttpContext) : HttpHandler =
"decorator", Decorations.generateDecorator()
]
let styles = ["tableMap.css"]
let scripts = ["konva.js" ; "dredgepos.floorplan.js"]
let scripts = ["external/konva.min.js" ; "dredgepos.floorplan.js"]
let currentClerk = recordToMap <| Session.getCurrentClerk ctx
let arrays = map["clerk", currentClerk]