Remove unneeded usage of tipsy

* tooltip is already initialized
This commit is contained in:
Morris Jobke 2016-07-13 09:57:49 +02:00
parent afef11f84a
commit 2b86f1e677
No known key found for this signature in database
GPG key ID: 9CE5ED29E7FCD38A

View file

@ -8,5 +8,4 @@ $(document).ready(function() {
OC.AppConfig.setValue('files_sharing', $(this).attr('name'), value);
});
$('.section .icon-info').tipsy({gravity: 'w'});
});