aboutsummaryrefslogtreecommitdiffstats
path: root/bin
diff options
context:
space:
mode:
authorMatthew Somerville <matthew-github@dracos.co.uk>2018-03-12 14:47:46 +0000
committerMatthew Somerville <matthew-github@dracos.co.uk>2018-03-19 17:59:36 +0000
commita28723f3e5fc4ec05166a8b8cb029cee8846555a (patch)
tree2ecbb5f06bc74d53c322c58a59a34617e725fef9 /bin
parent8d69e4d3f20db5d122d711673346c4ce9adc4242 (diff)
Fix check for visible sub map links.
I don't think this check could ever have worked, because items are invisible if their parent is set to `display: none`, so it would hide the links bar if it was already hidden, and show it if it was already shown. Use a js- class for the movement of the feed item into the sub map links.
Diffstat (limited to 'bin')
-rwxr-xr-xbin/fixmystreet.com/fixture1
1 files changed, 1 insertions, 0 deletions
diff --git a/bin/fixmystreet.com/fixture b/bin/fixmystreet.com/fixture
index 1aa85564f..091fcab9d 100755
--- a/bin/fixmystreet.com/fixture
+++ b/bin/fixmystreet.com/fixture
@@ -16,6 +16,7 @@ BEGIN {
}
use List::Util qw(shuffle);
+use Path::Tiny;
use FixMyStreet;
use FixMyStreet::Cobrand;
use FixMyStreet::DB::Factories;