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
Comment #1
jdelaune commentedBrilliant work, cheers.