diff options
author | David Phillips <david@sighup.nz> | 2017-05-11 15:21:10 +1200 |
---|---|---|
committer | David Phillips <david@sighup.nz> | 2017-05-11 15:21:10 +1200 |
commit | 6757e6daf68ce27786dfae2f9e1da1222ee3e976 (patch) | |
tree | 4878fbbf386df073ba9e4ced2067ebd87e88a51f | |
parent | 646b3fec9f07d0fd82aca54881d2d7cb47a4f74e (diff) | |
download | petrichor-6757e6daf68ce27786dfae2f9e1da1222ee3e976.tar.xz |
Add missing semicolon
-rw-r--r-- | petrichor.js | 2 |
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) { |