Added links to part_lists on part info page.

This commit is contained in:
Jan Böhmer 2019-09-08 16:20:53 +02:00
parent 2040178460
commit 429a4ebd17
5 changed files with 76 additions and 33 deletions

View file

@ -125,7 +125,7 @@ $(document).on("ajaxUI:reload", function () {
//Use bootstrap tooltips for the most tooltips
$(document).on("ajaxUI:start ajaxUI:reload", function () {
$(".tooltip").remove();
$('a[title], button[title], span[title], h6[title]')
$('a[title], button[title], span[title], h6[title], i.fas[title]')
//@ts-ignore
.tooltip("hide").tooltip({container: "body", placement: "auto", boundary: 'window'});
});