move inline js to external file

closes #51
This commit is contained in:
sentriz
2020-03-31 15:42:45 +01:00
parent d954a60ec0
commit e84470861d
3 changed files with 548 additions and 544 deletions

View File

@@ -0,0 +1,3 @@
document.getElementById("playlist-upload-input").onchange = e => {
document.getElementById("playlist-upload-form").submit();
};