fix renderGroup editable
This commit is contained in:
parent
5d565ab143
commit
7d122c0f6c
2 changed files with 2 additions and 1 deletions
|
@ -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"
|
||||
|
|
|
@ -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);
|
||||
},
|
||||
|
|
Loading…
Reference in a new issue