i changed the following at 189 in imagebrowser.js to fix (otherwise on return to the filter page the last child gets picked up again). Bit of a hack but....

if ($(".views-exposed-widgets > div:last-child").children().length > 4) {
$(".views-exposed-widgets > div:last-child").appendTo("#views-exposed-form-ib-browser-default").addClass("footer");}

Comments

jdelaune’s picture

Status: Active » Fixed

Brilliant work, cheers.

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.