aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
author藍挺瑋 <lantw44@gmail.com>2012-12-20 12:25:47 +0800
committerLAN-TW <lantw44@gmail.com>2012-12-20 12:25:47 +0800
commit7c5a1a0e5cfcb90a58ce3dc9000154d9dc9d6fb8 (patch)
tree58f93a31d6a573b17dd4a60321516542e7ac77f3
parent8efa9b1809fb527bfcf81f6b4c1d0a03f549b4e5 (diff)
downloadinccalendar-0.2.tar.gz
inccalendar-0.2.tar.zst
inccalendar-0.2.zip
修改版本號至 2v0.2
-rw-r--r--app.yaml2
-rw-r--r--js/common.js2
2 files changed, 2 insertions, 2 deletions
diff --git a/app.yaml b/app.yaml
index 05d6feb..86bf71c 100644
--- a/app.yaml
+++ b/app.yaml
@@ -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;
}