Browse Source

minor update

pull/141/head
abhidj0090 4 years ago
parent
commit
2266486fd9
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      assets/js/script.js

+ 1
- 1
assets/js/script.js View File

@@ -145,7 +145,7 @@ function downloadEvent(){
var location = $('#location').val();
var begin = $('#start-date').val();
var end = $('#end-date').val();
var filename = $('filename').val();
var filename = $('#filename').val();
if(filename==='')
filename= subject;
if(description==='')

Loading…
Cancel
Save