From ca5c66775a1c5d7928931cfead8ae4ac9d7b479a Mon Sep 17 00:00:00 2001 From: Andrew Dolgov Date: Thu, 8 Apr 2021 19:54:49 +0300 Subject: show git version in the UI --- index.php | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'index.php') diff --git a/index.php b/index.php index d5b3b76..ae2b158 100644 --- a/index.php +++ b/index.php @@ -85,8 +85,9 @@ console.log("service worker registered"); $(document).ready(function() { - App.index_mode = ""; - App.last_mtime = parseInt(""); + App.index_mode = ""; + App.version = ""; + App.last_mtime = parseInt(""); App.init(); }); }); -- cgit v1.2.3