+
Bus factor: [% $distribution.river.bus_factor %]
diff --git a/root/inc/dependencies.tx b/root/inc/dependencies.tx
index 6856984016..7afc014ff2 100644
--- a/root/inc/dependencies.tx
+++ b/root/inc/dependencies.tx
@@ -7,10 +7,10 @@
[% $dep %]
%% }
%% if !$deps.size() && !$release.metadata {
-
unknown
+
unknown
%% }
%% else if $release.metadata.dynamic_config {
-
[% $deps.size() ? "and possibly others" : "unknown" %]
+
[% $deps.size() ? "and possibly others" : "unknown" %]
%% }
%% else if !$deps.size() {
none
diff --git a/root/static/js/cpan.js b/root/static/js/cpan.js
index 25a5144030..479e576a2f 100644
--- a/root/static/js/cpan.js
+++ b/root/static/js/cpan.js
@@ -11,7 +11,6 @@ const {
const jQuery = require('jquery');
require('bootstrap/js/dropdown.js');
require('bootstrap/js/modal.js');
-require('bootstrap/js/tooltip.js');
function setFavTitle(button) {
button.setAttribute('title', button.classList.contains('active') ? 'Remove from favorites' : 'Add to favorites');
@@ -104,8 +103,6 @@ function format_string(input_string, replacements) {
// User customisations
processUserData();
-jQuery(".ttip").tooltip(); // bootstrap
-
for (const el of document.querySelectorAll('.keyboard-shortcuts')) {
el.addEventListener('click', e => {
e.preventDefault();