diff options
author | 藍挺瑋 <lantw44@gmail.com> | 2012-12-20 12:25:47 +0800 |
---|---|---|
committer | LAN-TW <lantw44@gmail.com> | 2012-12-20 12:25:47 +0800 |
commit | 7c5a1a0e5cfcb90a58ce3dc9000154d9dc9d6fb8 (patch) | |
tree | 58f93a31d6a573b17dd4a60321516542e7ac77f3 | |
parent | 8efa9b1809fb527bfcf81f6b4c1d0a03f549b4e5 (diff) | |
download | inccalendar-0.2.tar.gz inccalendar-0.2.tar.zst inccalendar-0.2.zip |
修改版本號至 2v0.2
-rw-r--r-- | app.yaml | 2 | ||||
-rw-r--r-- | js/common.js | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -1,5 +1,5 @@ application: inccalender -version: 1 +version: 2 runtime: python27 api_version: 1 threadsafe: false diff --git a/js/common.js b/js/common.js index ba66dcb..621ac1d 100644 --- a/js/common.js +++ b/js/common.js @@ -32,7 +32,7 @@ function status_bar_append(msgstr){ } function status_bar_clear(){ - stbstr = "" + stbstr = ""; stbobj.innerHTML = stbstr; } |