- Add clickable class for sign and encryption indicators
This commit is contained in:
Hadi Nategh 2017-08-25 16:46:34 +02:00
parent 36211267bf
commit 1128f771b5

View File

@ -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');
},
/**