Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Jonathan Wilkes
purr-data
Commits
db883ba5
Commit
db883ba5
authored
Apr 21, 2021
by
Prakhar Agarwal
🎯
Browse files
added file type check
parent
ae0fb11a
Changes
1
Hide whitespace changes
Inline
Side-by-side
emscripten/project/purr-data/components/menu/menu.html
View file @
db883ba5
...
...
@@ -8,7 +8,7 @@
<label>
<li
id=
"file-open"
>
</li>
<input
id=
"uploadPatch"
type=
"file"
onchange=
"pdbundle.pdgui.upload_patch(this.files)"
multiple
>
<input
id=
"uploadPatch"
type=
"file"
accept=
".pd"
onchange=
"pdbundle.pdgui.upload_patch(this.files)"
multiple
>
</label>
<!-- Recent Files submenu -->
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment