소스 검색

minor update

pull/141/head
abhidj0090 4 년 전
부모
커밋
41e3984910
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1
    0
      assets/js/script.js

+ 1
- 0
assets/js/script.js 파일 보기

@@ -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 :-)

Loading…
취소
저장