diff options
author | 藍挺瑋 <lantw44@gmail.com> | 2012-12-19 21:57:45 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2012-12-19 21:57:45 +0800 |
commit | 718aa19f652828bdc37ae13ae5d0f101f1245524 (patch) | |
tree | 6105c9791d08afa972d79f2e0cf792528ae510ff /js/data.js | |
parent | 1117e5423f21a2c632684a2e64c6b9e49eb32cd3 (diff) | |
download | inccalendar-718aa19f652828bdc37ae13ae5d0f101f1245524.tar.gz inccalendar-718aa19f652828bdc37ae13ae5d0f101f1245524.tar.zst inccalendar-718aa19f652828bdc37ae13ae5d0f101f1245524.zip |
修正月曆版新增、修改功能的問題
Diffstat (limited to 'js/data.js')
-rw-r--r-- | js/data.js | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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"; |