commit 985f937aab2772a94ec72fc3128b8a5313036a09 parent 2215ee534b1100fd057ae75cb8d236c9ec961d81 Author: AsherMorgan <59518073+AsherMorgan@users.noreply.github.com> Date: Thu, 18 Jun 2020 08:21:16 -0700 Clear pptx file input after reset. Diffstat:
| M | Songs2Slides/static/home.js | | | 3 | +++ |
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/Songs2Slides/static/home.js b/Songs2Slides/static/home.js @@ -130,6 +130,9 @@ function Reset() { songs[0].parentNode.removeChild(songs[0]); } + // Reset pptx file input + document.getElementsByName("pptxFile")[0].value = null; + // Add blank song AddSong();