Use tooltip for ssl certs table

This commit is contained in:
Morris Jobke 2016-07-13 10:00:02 +02:00
parent cf79417490
commit 3c432a8afe
No known key found for this signature in database
GPG Key ID: 9CE5ED29E7FCD38A
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ $(document).ready(function () {
return true;
});
$('#sslCertificate tr > td').tipsy({gravity: 'n', live: true});
$('#sslCertificate tr > td').tooltip({placement: 'bottom', container: 'body'});
$('#rootcert_import').fileupload({
pasteZone: null,