Skip to content

Commit

Permalink
Merge pull request Tencent#402 from BearJ/master
Browse files Browse the repository at this point in the history
bugfix
  • Loading branch information
progrape authored Jun 30, 2016
2 parents 2d43e78 + 60873c2 commit 31b7298
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion dist/example/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ <h1 class="page_title">Cell</h1>
</li>
</ul>
<div class="weui_uploader_input_wrp">
<input class="weui_uploader_input" type="file" accept="image/jpg,image/jpeg,image/png,image/gif" multiple />
<input class="weui_uploader_input" type="file" accept="image/*" multiple />
</div>
</div>
</div>
Expand Down
2 changes: 1 addition & 1 deletion src/example/fragment/cell.html
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ <h1 class="page_title">Cell</h1>
</li>
</ul>
<div class="weui_uploader_input_wrp">
<input class="weui_uploader_input" type="file" accept="image/jpg,image/jpeg,image/png,image/gif" multiple />
<input class="weui_uploader_input" type="file" accept="image/*" multiple />
</div>
</div>
</div>
Expand Down

0 comments on commit 31b7298

Please sign in to comment.