mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 16:03:47 +01:00
Fix full_email option in email-url not working
This commit is contained in:
parent
e53482289a
commit
c5a291218a
@ -339,7 +339,7 @@ var et2_url_ro = (function(){ "use strict"; return et2_valueWidget.extend([et2_I
|
|||||||
this.span.attr('title',_value);
|
this.span.attr('title',_value);
|
||||||
|
|
||||||
this.span.text(val.replace(/"/g,''));
|
this.span.text(val.replace(/"/g,''));
|
||||||
this.span.append("<span class='email'>"+
|
this.span.append("<span class='noemail'>"+
|
||||||
_value.replace(val,'')
|
_value.replace(val,'')
|
||||||
.replace(/</g, '<')
|
.replace(/</g, '<')
|
||||||
.replace(/>/g, '>')
|
.replace(/>/g, '>')
|
||||||
|
@ -204,7 +204,7 @@ a.et2_url.url {
|
|||||||
box-shadow: none !important;
|
box-shadow: none !important;
|
||||||
background: transparent !important;
|
background: transparent !important;
|
||||||
}
|
}
|
||||||
.et2_email > span.email {
|
.et2_email > span.noemail {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
|
Loading…
Reference in New Issue
Block a user