forked from extern/egroupware
Don't initialize href, fixes href = "" on every image
This commit is contained in:
parent
b3ebabf997
commit
c675cd558e
@ -34,7 +34,8 @@ var et2_image = et2_baseWidget.extend([et2_IDetachedDOM],
|
|||||||
"href": {
|
"href": {
|
||||||
"name": "Link Target",
|
"name": "Link Target",
|
||||||
"type": "string",
|
"type": "string",
|
||||||
"description": "Link URL, empty if you don't wan't to display a link."
|
"description": "Link URL, empty if you don't wan't to display a link.",
|
||||||
|
"default": et2_no_init
|
||||||
},
|
},
|
||||||
"extra_link_target": {
|
"extra_link_target": {
|
||||||
"name": "Link target",
|
"name": "Link target",
|
||||||
|
Loading…
Reference in New Issue
Block a user