mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-18 12:30:02 +02:00
Deprecate $j global variable and replace them all with standard jQuery
This commit is contained in:
@@ -613,7 +613,7 @@ function et2_insertLinkText(_text, _node, _target)
|
||||
egw.debug("warn", "et2_activateLinks gave bad data", s, _node, _target);
|
||||
s.href = "";
|
||||
}
|
||||
var a = $j(document.createElement("a"))
|
||||
var a = jQuery(document.createElement("a"))
|
||||
.attr("href", s.href)
|
||||
.text(s.text);
|
||||
|
||||
|
Reference in New Issue
Block a user