From 209652b45d5054fd6879c3c98296e39e94a336dc Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Thu, 23 Jul 2020 12:03:44 +0200 Subject: [PATCH] Minor cleanups --- Customizations/Layers/Bookcases.ts | 5 +++-- Customizations/Layouts/Cyclofix.ts | 3 +-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Customizations/Layers/Bookcases.ts b/Customizations/Layers/Bookcases.ts index 7a2311c7a..1f67cbd47 100644 --- a/Customizations/Layers/Bookcases.ts +++ b/Customizations/Layers/Bookcases.ts @@ -73,7 +73,7 @@ export class Bookcases extends LayerDefinition { new TagRenderingOptions({ question: "Wie (welke organisatie) beheert dit boekenruilkastje?", freeform: { - key: "opeartor", + key: "operator", renderTemplate: "Dit boekenruilkastje wordt beheerd door {operator}", template: "Dit boekenruilkastje wordt beheerd door $$$" } @@ -121,7 +121,8 @@ export class Bookcases extends LayerDefinition { renderTemplate: "Gekend als {brand} {ref}" }, mappings: [ - {k: new And([new Tag("brand",""), new Tag("nobrand","yes"), new Tag("ref", "")]), txt: "Maakt geen deel uit van een groter netwerk"} + {k: new And([new Tag("brand",""), new Tag("nobrand","yes"), new Tag("ref", "")]), + txt: "Maakt geen deel uit van een netwerk"} ] }).OnlyShowIf(new Tag("brand","*")), diff --git a/Customizations/Layouts/Cyclofix.ts b/Customizations/Layouts/Cyclofix.ts index 82d56dde8..52618f61a 100644 --- a/Customizations/Layouts/Cyclofix.ts +++ b/Customizations/Layouts/Cyclofix.ts @@ -17,14 +17,13 @@ export default class Cyclofix extends Layout { 16, 50.8465573, 4.3516970, - /* Translations.t.cyclofix.title/*/ new Combine([ "

", Translations.t.cyclofix.title, "


", Translations.t.cyclofix.description, "

" - ])//*/ + ]) ); } }