mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-07 16:44:07 +01:00
S/MIME:
- Add clickable class for sign and encryption indicators
This commit is contained in:
parent
36211267bf
commit
1128f771b5
@ -5859,10 +5859,10 @@ app.classes.mail = AppJS.extend(
|
||||
}
|
||||
jQuery(smime_signature.getDOMNode(), smime_encryption.getDOMNode()).on('click',function(){
|
||||
self.smime_certAddToContact(data,true);
|
||||
});
|
||||
}).addClass('et2_clickable');
|
||||
jQuery(smime_encryption.getDOMNode()).on('click',function(){
|
||||
self.smime_certAddToContact(data, true);
|
||||
});
|
||||
}).addClass('et2_clickable');
|
||||
},
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user