mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:20 +01:00
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": {
|
||||
"name": "Link Target",
|
||||
"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": {
|
||||
"name": "Link target",
|
||||
|
Loading…
Reference in New Issue
Block a user