From 6757e6daf68ce27786dfae2f9e1da1222ee3e976 Mon Sep 17 00:00:00 2001 From: David Phillips Date: Thu, 11 May 2017 15:21:10 +1200 Subject: Add missing semicolon --- petrichor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) { -- cgit v1.1