Skip to content

Commit 99130c0

Browse files
committed
Merge pull request mailru#217 from AyumuKasuga/patch-1
Update README.md
2 parents d938902 + 58bead1 commit 99130c0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Download the files from the [dist](https://github.com/mailru/FileAPI/tree/master
2020
<script>window.FileAPI = { staticPath: '/js/FileAPI/dist/' };</script>
2121
<script src="/js/FileAPI/dist/FileAPI.min.js"></script>
2222
<script>
23+
var choose = document.getElementById('choose');
2324
FileAPI.event.on(choose, 'change', function (evt){
2425
var files = FileAPI.getFiles(evt); // Retrieve file list
2526

0 commit comments

Comments
 (0)