...
This commit is contained in:
@ -82,7 +82,7 @@ const flash = ({ type, msg }) => {
|
||||
[...document.querySelectorAll("#tags > .badge")].forEach(tag => tag.parentElement.removeChild(tag));
|
||||
_tags.reverse().forEach(tag => {
|
||||
const a = document.createElement("a");
|
||||
a.href = `/admin/test?tag=${tag.tag.replace(/\s/g, "%20")}`;
|
||||
a.href = `/admin/test?tag=${tag.tag.replace(/\s/g, "+")}`;
|
||||
a.target = "_blank";
|
||||
a.style = "color: inherit !important";
|
||||
a.innerText = tag.tag;
|
||||
|
Reference in New Issue
Block a user