From 1f4846e02db9fcdde5748ff9cc47872f3410d584 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Thu, 16 Jan 2020 18:08:52 -0500 Subject: [PATCH] misc bugfixes, partially address #54 this commit fixes a few miscellaneous bugs, including: - stop loading js from a cdn, load those from our own site - fix a wiki link in the header - add note about znc requiring manual account add - show our ECDSA fingerprint in the site footer --- footer.php | 6 ++++-- index.php | 2 +- js/bootstrap.min.js | 7 +++++++ js/jquery.min.js | 4 ++++ services.php | 3 ++- wiki/pages/irc.md | 3 ++- 6 files changed, 20 insertions(+), 5 deletions(-) create mode 100644 js/bootstrap.min.js create mode 100644 js/jquery.min.js diff --git a/footer.php b/footer.php index 9281681..41f7229 100644 --- a/footer.php +++ b/footer.php @@ -1,5 +1,6 @@