Parcourir la source

minor update

pull/141/head
abhidj0090 il y a 4 ans
Parent
révision
41e3984910
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1
    0
      assets/js/script.js

+ 1
- 0
assets/js/script.js Voir le fichier

@@ -145,6 +145,7 @@ function downloadEvent(){
var location = $('#location').val();
var begin = $('#start-date').val();
var end = $('#end-date').val();
var filename = subject+".ics";
var cal = ics();
cal.addEvent(subject, description, location, begin, end);
//cal.addEvent(subject, description, location, begin, end); // yes, you can have multiple events :-)

Chargement…
Annuler
Enregistrer