booobooooo, thanks for figuring this out — it must have changed with the 2.9 release. I’ll fix this in the next release of the plugin.
In the meantime you could change (in multiple-galleries.js
):
$to_include += ' ' + $imgid;
to:
$to_include += $imgid + ', ';