mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-08 00:54:50 +01:00
Fix typo breaking link activation
This commit is contained in:
parent
b57d8f3555
commit
656c3f3eb5
@ -122,7 +122,7 @@ var et2_description = et2_baseWidget.extend([et2_IDetachedDOM], {
|
||||
var href = this.options.href;
|
||||
var title = this.options.extra_link_title;
|
||||
var popup = this.options.extra_link_popup;
|
||||
jQuery('a',_nodes[0])
|
||||
jQuery('a',this.span)
|
||||
.click(function(e) {
|
||||
egw.open_link(href, title,popup);
|
||||
e.preventDefault();
|
||||
|
Loading…
Reference in New Issue
Block a user