If you disable "use all gallerys" you can not select specific gallerys.
This is because
in acidfree.js line 95 must be change from

var sel = document.getElementById('edit-acidfree_block_2_random_albums');

to

var sel = document.getElementById('edit-acidfree-block-2-random-albums');

Works fine to me now.

Comments

vhmauery’s picture

Status: Needs review » Fixed

Thanks for the patch. Committed to CVS.

Anonymous’s picture

Status: Fixed » Closed (fixed)

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