mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-08-09 08:25:03 +02:00
Fix full_email option in email-url not working
This commit is contained in:
@ -339,7 +339,7 @@ var et2_url_ro = (function(){ "use strict"; return et2_valueWidget.extend([et2_I
|
||||
this.span.attr('title',_value);
|
||||
|
||||
this.span.text(val.replace(/"/g,''));
|
||||
this.span.append("<span class='email'>"+
|
||||
this.span.append("<span class='noemail'>"+
|
||||
_value.replace(val,'')
|
||||
.replace(/</g, '<')
|
||||
.replace(/>/g, '>')
|
||||
|
Reference in New Issue
Block a user