Turn off forced directory selection.
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -190,7 +190,7 @@ define(function(require) { | ... | @@ -190,7 +190,7 @@ define(function(require) { |
190 | if (locals.accept) { | 190 | if (locals.accept) { |
191 | assignOptions.accept = locals.accept; | 191 | assignOptions.accept = locals.accept; |
192 | } | 192 | } |
193 | flow.assignBrowse(el, true, false, assignOptions); | 193 | flow.assignBrowse(el, false, false, assignOptions); |
194 | flow.assignDrop(el); | 194 | flow.assignDrop(el); |
195 | instance.view = rivets.bind($(el).contents(), this.view.models); | 195 | instance.view = rivets.bind($(el).contents(), this.view.models); |
196 | return {}; | 196 | return {}; | ... | ... |
-
Please register or sign in to post a comment