diff options
author | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-16 14:44:06 +0000 |
---|---|---|
committer | Matthew Somerville <matthew-github@dracos.co.uk> | 2017-11-16 17:27:59 +0000 |
commit | 4461e79bc167ac5e3bf7d2c43726e68b8e01a671 (patch) | |
tree | 93c1ba874b2b16722f41a34f0e4dc8130e2be88d /CHANGELOG.md | |
parent | 03951604640490c9923a23782f485562b00ac592 (diff) |
Prevent multiple 'Expand map' links appearing.
On mobile, if you e.g. selected one report and then another, you'd get
another "Expand map" appearing. Check that one is needed before adding
it, and also make sure the handler is only attached once to prevent it
conflicting with itself (and so cancelling itself out).
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r-- | CHANGELOG.md | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md index d3611cb72..a5fa47edc 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,7 @@ - Fix display of text only body contacts #1895 - Prevent text overflow bug on homepage stats #1722 - Stop page jumping too far down on inspect form. #1863 + - Prevent multiple 'Expand map' links appearing. #1909 - Admin improvements: - Character length limit can be placed on report detailed information #1848 - Inspector panel shows nearest address if available #1850 |