aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Phillips <david@sighup.nz>2017-05-11 15:21:10 +1200
committerDavid Phillips <david@sighup.nz>2017-05-11 15:21:10 +1200
commit6757e6daf68ce27786dfae2f9e1da1222ee3e976 (patch)
tree4878fbbf386df073ba9e4ced2067ebd87e88a51f
parent646b3fec9f07d0fd82aca54881d2d7cb47a4f74e (diff)
downloadpetrichor-6757e6daf68ce27786dfae2f9e1da1222ee3e976.tar.xz
Add missing semicolon
-rw-r--r--petrichor.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/petrichor.js b/petrichor.js
index 87d99ca..dd20bfe 100644
--- a/petrichor.js
+++ b/petrichor.js
@@ -1,6 +1,6 @@
password_prompt = false;
selected_user = null;
-time_remaining = 0
+time_remaining = 0;
function show_element(id)
{