diff --git a/js/dllpatcher.js b/js/dllpatcher.js index 27a7397..891a8a4 100644 --- a/js/dllpatcher.js +++ b/js/dllpatcher.js @@ -251,13 +251,14 @@ class PatchContainer { self.loadFile(files[0]); }); + var filepickerId = createID(); this.fileInput = $("", { "class": "fileInput", - "id": "any-file", + "id": filepickerId, "type": "file", }); - var label = $("