mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-08-03 17:55:03 +02:00
Added links to part_lists on part info page.
This commit is contained in:
parent
2040178460
commit
429a4ebd17
5 changed files with 76 additions and 33 deletions
|
@ -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'});
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue