Do not show tags in public mode
This commit is contained in:
parent
7fd4fd5c04
commit
2a745b5304
@ -345,9 +345,11 @@ build = {
|
|||||||
break;
|
break;
|
||||||
|
|
||||||
case "Tags": // Tags
|
case "Tags": // Tags
|
||||||
infobox += "</table>";
|
if (forView!==true&&!lychee.publicMode) {
|
||||||
infobox += "<div class='separator'><h1>" + infos[index][0] + "</h1></div>";
|
infobox += "</table>";
|
||||||
infobox += "<div id='tags'>" + infos[index][1] + "</div>";
|
infobox += "<div class='separator'><h1>" + infos[index][0] + "</h1></div>";
|
||||||
|
infobox += "<div id='tags'>" + infos[index][1] + "</div>";
|
||||||
|
}
|
||||||
break;
|
break;
|
||||||
|
|
||||||
default: // Item
|
default: // Item
|
||||||
|
Loading…
Reference in New Issue
Block a user