Skip to content
Snippets Groups Projects
Commit 7b3103a3 authored by Pregmodder's avatar Pregmodder
Browse files

Merge branch 'hotfixes' into 'pregmod-master'

Fix

See merge request !9518
parents 37654d15 bc5a89d1
No related branches found
No related tags found
1 merge request!9518Fix
Pipeline #38707 passed
......@@ -86,9 +86,11 @@ App.UI.DOM.link = function(linkText, handler, args = [], passage = "", tooltip =
}
};
tippy(link, {
content: tooltip,
});
if (tooltip) {
tippy(link, {
content: tooltip,
});
}
return link;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment