We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc37084 commit 54cd004Copy full SHA for 54cd004
registry/httpStuff.go
@@ -546,7 +546,8 @@ func (pw *PageWriter) Done() {
546
structureswitch = "false"
547
structuretext = "Show structure"
548
}
549
- if pw.Info.ResourceUID != "" && pw.Info.What == "Entity" {
+ if pw.Info.ResourceUID != "" && pw.Info.What == "Entity" &&
550
+ (len(pw.Info.Parts) != 5 || pw.Info.Parts[4] != "meta") {
551
structureButton = fmt.Sprintf(`<center>
552
<button id=structure onclick='structureswitch=!structureswitch ; apply()'>%s</button>
553
</center>
0 commit comments