mirror of
https://github.com/aljazceru/njump.git
synced 2025-12-17 22:34:25 +01:00
always open details for unknown (Other) events.
This commit is contained in:
@@ -352,6 +352,8 @@ func renderEvent(w http.ResponseWriter, r *http.Request) {
|
||||
IsVideo: data.kind1063Metadata.IsVideo(),
|
||||
})
|
||||
case Other:
|
||||
detailsData.HideDetails = false // always open this since we know nothing else about the event
|
||||
|
||||
err = OtherTemplate.Render(w, &OtherPage{
|
||||
HeadCommonPartial: HeadCommonPartial{
|
||||
IsProfile: false,
|
||||
|
||||
Reference in New Issue
Block a user