From 5f1fd82472fc31ef36fcdbc3bfecbea5574bc9a3 Mon Sep 17 00:00:00 2001 From: j Date: Fri, 6 Oct 2023 13:37:38 +0200 Subject: [PATCH] time is python module id --- config.jsonc | 2 +- static/js/{infoView.time.js => infoView.t_for_time.js} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename static/js/{infoView.time.js => infoView.t_for_time.js} (100%) diff --git a/config.jsonc b/config.jsonc index 0d70a05..f88ddab 100644 --- a/config.jsonc +++ b/config.jsonc @@ -1004,7 +1004,7 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution. "system": "system@time.0x2620.org" }, "https": true, - "id": "time", + "id": "t_for_time", "name": "T for Time", // Set to true to allow search engines to index the site "public": false, diff --git a/static/js/infoView.time.js b/static/js/infoView.t_for_time.js similarity index 100% rename from static/js/infoView.time.js rename to static/js/infoView.t_for_time.js