This commit is contained in:
2021-11-12 21:25:04 +10:00
parent 4d5f1b77b6
commit dd1ed266f8
2 changed files with 2 additions and 2 deletions

View File

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