aboutsummaryrefslogtreecommitdiffstats
path: root/js/data.js
diff options
context:
space:
mode:
author藍挺瑋 <lantw44@gmail.com>2012-12-19 21:57:45 +0800
committerLAN-TW <lantw44@gmail.com>2012-12-19 21:57:45 +0800
commit718aa19f652828bdc37ae13ae5d0f101f1245524 (patch)
tree6105c9791d08afa972d79f2e0cf792528ae510ff /js/data.js
parent1117e5423f21a2c632684a2e64c6b9e49eb32cd3 (diff)
downloadinccalendar-718aa19f652828bdc37ae13ae5d0f101f1245524.tar.gz
inccalendar-718aa19f652828bdc37ae13ae5d0f101f1245524.tar.zst
inccalendar-718aa19f652828bdc37ae13ae5d0f101f1245524.zip
修正月曆版新增、修改功能的問題
Diffstat (limited to 'js/data.js')
-rw-r--r--js/data.js4
1 files changed, 2 insertions, 2 deletions
diff --git a/js/data.js b/js/data.js
index 01c9b0e..b88c890 100644
--- a/js/data.js
+++ b/js/data.js
@@ -3,8 +3,8 @@ var caleventok;
function CalEvent(){
this.key = null;
- this.title = "活動標題";
- this.content = "活動內容";
+ this.title = "新活動";
+ this.content = "關於此活動的描述";
this.icon = 0;
this.remind = 30;
this.datafrom = "native";