diff options
Diffstat (limited to 'js/common.js')
-rw-r--r-- | js/common.js | 2 |
1 files changed, 1 insertions, 1 deletions
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; } |