You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Upgrade bootstrap to 5.3.5 and remove ttip package
Removing the ttip package is just a start at
removing jquery as a dependency. The browser
can handle titles itself to create popups so I
have just migrated them to use that instead.
We still have a couple of jquery uses in the code:
- quick command modal popup
- Dropdown menu for the login and profile button
These are not trivial to remove unlike ttip so
I will not include them in this branch
%% include inc::release_status { maturity => $release.maturity }
58
56
%% block left_nav_lead -> {
@@ -101,7 +99,7 @@
101
99
</li>
102
100
%% if defined $distribution.river.bus_factor {
103
101
<li>
104
-
<div class="ttip" data-toggle="tooltip" data-placement="bottom" title="The # people with an indexing permission on [% $release.distribution %] who have released something to CPAN in the last 2 years (i.e. the # people likely able to release critical fixes in a timely manner)">
102
+
<div title="The # people with an indexing permission on [% $release.distribution %] who have released something to CPAN in the last 2 years (i.e. the # people likely able to release critical fixes in a timely manner)">
0 commit comments