This commit is contained in:
simon987 2020-07-18 09:36:10 -04:00
parent 53d7695f66
commit 0b5cdbd130
2 changed files with 4 additions and 3 deletions

View File

@ -163,6 +163,7 @@ function getTags(hit, mimeCategory) {
function makeUserTag(tag, hit) { function makeUserTag(tag, hit) {
const userTag = document.createElement("span"); const userTag = document.createElement("span");
userTag.setAttribute("class", "badge badge-pill badge-user"); userTag.setAttribute("class", "badge badge-pill badge-user");
userTag.setAttribute("title", tag.split("#")[0])
const tokens = tag.split("#"); const tokens = tag.split("#");

File diff suppressed because one or more lines are too long