mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-27 17:46:05 -05:00
Merge pull request #4221 from DeanMarkTaylor/patch-4
FEATURE: Support multiple file selection on mobile
This commit is contained in:
commit
628773258e
1 changed files with 1 additions and 1 deletions
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
<div class="composer-bottom-right">
|
<div class="composer-bottom-right">
|
||||||
{{#if site.mobileView}}
|
{{#if site.mobileView}}
|
||||||
<input type="file" id="mobile-uploader" />
|
<input type="file" id="mobile-uploader" multiple />
|
||||||
<a class="mobile-file-upload {{if isUploading 'hidden'}}">{{i18n 'upload'}}</a>
|
<a class="mobile-file-upload {{if isUploading 'hidden'}}">{{i18n 'upload'}}</a>
|
||||||
{{else}}
|
{{else}}
|
||||||
<a href {{action "togglePreview"}} class='toggle-preview'>{{{toggleText}}}</a>
|
<a href {{action "togglePreview"}} class='toggle-preview'>{{{toggleText}}}</a>
|
||||||
|
|
Loading…
Reference in a new issue