From 21a77b6937eb7f1facc6858a857696a584e7d53d Mon Sep 17 00:00:00 2001 From: Raoul Snyman Date: Sun, 14 Aug 2022 09:45:37 -0700 Subject: [PATCH] Temporarily show a coming soon message for Debian, Ubuntu --- blog/new-release-openlp-30-rc2-295-helpful-hadassah.rst | 4 ++-- files/scripts/openlp.js | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/blog/new-release-openlp-30-rc2-295-helpful-hadassah.rst b/blog/new-release-openlp-30-rc2-295-helpful-hadassah.rst index 0c80878..c908d6c 100644 --- a/blog/new-release-openlp-30-rc2-295-helpful-hadassah.rst +++ b/blog/new-release-openlp-30-rc2-295-helpful-hadassah.rst @@ -76,10 +76,10 @@ Downloads macOS 10.12+ - + Ubuntu - + Debian diff --git a/files/scripts/openlp.js b/files/scripts/openlp.js index 20bc59a..d63dbfb 100644 --- a/files/scripts/openlp.js +++ b/files/scripts/openlp.js @@ -94,5 +94,5 @@ $(document).ready(function () { displaySuccess(); setUpStripe(); } - $('[data-toggle="tooltip"]').tooltip() + $('[data-toggle="tooltip"]').tooltip(); });