fix renderGroup editable

This commit is contained in:
j 2021-06-03 17:10:29 +01:00
parent 5d565ab143
commit 7d122c0f6c
2 changed files with 2 additions and 1 deletions

View File

@ -1290,7 +1290,7 @@
"email": {
// E-mail address in contact form (to)
"contact": "contact@leftove.rs",
"footer": "-- https://leftove.rs/",
"footer": "-- \nhttps://leftove.rs/",
"prefix": "leftove.rs news -",
// E-mail address uses by the system (from)
"system": "system@leftove.rs"

View File

@ -700,6 +700,7 @@ pandora.ui.infoView = function(data, isMixed) {
$('<span>').html(formatKey(key)).appendTo($element);
Ox.EditableContent({
clickLink: pandora.clickLink,
editable: canEdit,
format: function(value) {
return formatValue(key, value);
},