aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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;
}