Compare commits

..

2 commits

Author SHA1 Message Date
j
bfad0d49bd hover 2020-10-22 14:31:57 +02:00
j
bd0f80f585 links on home page 2020-10-21 17:21:51 +02:00
2 changed files with 3 additions and 13 deletions

View file

@ -569,16 +569,6 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
"find": true,
"sort": true
},
{
"id": "place",
"title": "Place",
"type": "string",
"autocomplete": true,
"columnWidth": 180,
"filter": true,
"find": true,
"sort": true
},
{
"id": "date",
"title": "Date",
@ -1008,11 +998,11 @@ examples (config.SITENAME.jsonc) that are part of this pan.do/ra distribution.
},
"https": true,
"id": "collectivecinema",
"name": "Collective Cinema (decolonial)",
"name": "Collective Cinema",
// Set to true to allow search engines to index the site
"public": false,
"sendReferrer": false,
"url": "decolonial.collective-cinema.net"
"url": "collective-cinema.net"
},
/*
"sitePages" defines the sections of the main site dialog. If "news" is

View file

@ -323,7 +323,7 @@ pandora.ui.infoView = function(data, isMixed) {
// Groups ------------------------------------------------------------------
renderGroup(['place', 'date', 'language']);
renderGroup(['date', 'language']);
//renderGroup(['director', 'featuring']);
if (isMultiple) {