瀏覽代碼

minor update

pull/141/head
abhidj0090 4 年之前
父節點
當前提交
cca40d0544
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      assets/js/script.js

+ 1
- 1
assets/js/script.js 查看文件

@@ -145,7 +145,7 @@ function downloadEvent(){
var location = $('#location').val();
var begin = $('#start-date').val();
var end = $('#end-date').val();
var filename = subject+".ics";
var filename = 'event.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…
取消
儲存