Browse Source

minor update

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

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

}); });
function downloadEvent(){ function downloadEvent(){
var subject = $('#subject').val(); var subject = $('#subject').val();
var subject = $('#description').val();
var description = $('#description').val();
var location = $('#location').val();
var begin = $('#start-date').val(); var begin = $('#start-date').val();
var end = $('#end-date').val(); var end = $('#end-date').val();
var cal = ics(); var cal = ics();

Loading…
Cancel
Save