From 81cdcd17c3b8d0ee57b829f3aaa1be98ea38bc35 Mon Sep 17 00:00:00 2001 From: Josh Date: Wed, 10 Nov 2021 19:44:16 +1000 Subject: [PATCH] Test Push --- wwwroot/scripts/ts/dredgepos.floorplan.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/wwwroot/scripts/ts/dredgepos.floorplan.ts b/wwwroot/scripts/ts/dredgepos.floorplan.ts index 4169e3d..8ed9686 100644 --- a/wwwroot/scripts/ts/dredgepos.floorplan.ts +++ b/wwwroot/scripts/ts/dredgepos.floorplan.ts @@ -50,10 +50,6 @@ const Floorplan: floorplan = { selectedDecorationId: 0 }; -const getData = (dataType: entity) => { - -} - $(() => ajax('/ajax/getFloorplanData/1', null, 'get', setupFloorplan, null, null) )