diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-08-09 12:56:53 +0100 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2018-08-09 14:33:20 +0100 |
commit | 08acb4fa76587232eb9b73124582639db15607c1 (patch) | |
tree | 36f98b95226b0e6df34e6ed3a6ecdfe47318011d /templates | |
parent | 8645ec250a0686b7b348b72d6acc82420fb6aaa8 (diff) |
Fix inspector dragging of pins.
Diffstat (limited to 'templates')
-rw-r--r-- | templates/web/base/maps/pin.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/web/base/maps/pin.html b/templates/web/base/maps/pin.html index 7dfce0bb3..e2d1c0021 100644 --- a/templates/web/base/maps/pin.html +++ b/templates/web/base/maps/pin.html @@ -7,6 +7,7 @@ class="pin js-pin" data-lat="[% pin.latitude %]" data-lon="[% pin.longitude %]" data-colour="[% pin.colour %]" data-id="[% pin.id %]" data-title="[% pin.title | html %]" data-type="[% pin.type %]" + data-draggable="[% pin.draggable %]" [% ELSE -%] class="pin" [% END -%] |