mirror of
https://github.com/openSUSE/osem.git
synced 2026-08-13 19:54:02 +00:00
Migrate to fontawesome 6
This commit is contained in:
parent
a79e9ee993
commit
d31233c033
63 changed files with 153 additions and 268 deletions
|
|
@ -41,7 +41,7 @@ function truncatify(selector) {
|
|||
function iconize(selector, value, icon, title) {
|
||||
$(selector).each(function(){
|
||||
if ($(this).text() == value) {
|
||||
$(this).html("<i class='fa fa-" + icon + "' title='" + title + "'></i>");
|
||||
$(this).html("<i class='fa-solid fa-" + icon + "' title='" + title + "'></i>");
|
||||
}
|
||||
});
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue