🎉 Huge update, added Python virtualenv, updated dependencies...
This commit is contained in:
parent
fc8697f1a2
commit
fdbb29fb5a
6 changed files with 30 additions and 3 deletions
6
app/static/js/reminder.js
Normal file
6
app/static/js/reminder.js
Normal file
|
@ -0,0 +1,6 @@
|
|||
document.addEventListener("DOMContentLoaded", function(event) {
|
||||
document.getElementById('icsfile').addEventListener("change", function(e){
|
||||
var filename = this.value.replace(/^.*[\\\/]/, '');
|
||||
document.getElementById('filename').setAttribute('data-content', filename);
|
||||
});
|
||||
});
|
Loading…
Add table
Add a link
Reference in a new issue