mirror of
https://github.com/TangentFoxy/memex.git
synced 2024-11-22 04:54:23 +00:00
added "format" type
This commit is contained in:
parent
95d7d45798
commit
2414543d55
@ -38,6 +38,7 @@ function Util()
|
||||
case 'link': icon = 'fas fa-link'; break;
|
||||
case 'true': icon = 'fas fa-check'; break;
|
||||
case 'false': icon = 'fas fa-times'; break;
|
||||
case 'format': icon = 'fas fa-barcode'; break;
|
||||
}
|
||||
return icon;
|
||||
}
|
||||
@ -121,4 +122,4 @@ function Util()
|
||||
|
||||
return hostname;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user