06f78870 by Adam Heath

Turn off forced directory selection.

1 parent 105c8f2a
......@@ -190,7 +190,7 @@ define(function(require) {
if (locals.accept) {
assignOptions.accept = locals.accept;
}
flow.assignBrowse(el, true, false, assignOptions);
flow.assignBrowse(el, false, false, assignOptions);
flow.assignDrop(el);
instance.view = rivets.bind($(el).contents(), this.view.models);
return {};
......