Browse Source

Use tooltip for ssl certs table

pull/386/head
Morris Jobke 10 years ago
parent
commit
3c432a8afe
No known key found for this signature in database GPG Key ID: 9CE5ED29E7FCD38A
  1. 2
      settings/js/certificates.js

2
settings/js/certificates.js

@ -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,

Loading…
Cancel
Save