From 655ead7739ed0b7ba76719676cd7fe626086bec5 Mon Sep 17 00:00:00 2001 From: Korina Cordero Date: Mon, 27 Jan 2020 04:30:31 +0000 Subject: [PATCH] Change color of hubs and riders. #312 --- templates/job-order/cmb.form.onestep.html.twig | 2 +- templates/job-order/form.onestep.html.twig | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/job-order/cmb.form.onestep.html.twig b/templates/job-order/cmb.form.onestep.html.twig index 5fff6343..cfa2e393 100644 --- a/templates/job-order/cmb.form.onestep.html.twig +++ b/templates/job-order/cmb.form.onestep.html.twig @@ -626,7 +626,7 @@ $(function() { }); var icon_hub = L.divIcon({ className: 'map-div-icon', - html: "
", + html: "
", iconSize: [39, 42], iconAnchor: [15, 42] }); diff --git a/templates/job-order/form.onestep.html.twig b/templates/job-order/form.onestep.html.twig index aee7ca87..7b834830 100644 --- a/templates/job-order/form.onestep.html.twig +++ b/templates/job-order/form.onestep.html.twig @@ -622,7 +622,7 @@ $(function() { }); var icon_hub = L.divIcon({ className: 'map-div-icon', - html: "
", + html: "
", iconSize: [39, 42], iconAnchor: [15, 42] });