mirror of
https://github.com/nextcloud/server.git
synced 2026-02-20 00:12:30 -05:00
Remove unneeded usage of tipsy
* tooltip is already initialized
This commit is contained in:
parent
afef11f84a
commit
2b86f1e677
1 changed files with 0 additions and 1 deletions
|
|
@ -8,5 +8,4 @@ $(document).ready(function() {
|
|||
OC.AppConfig.setValue('files_sharing', $(this).attr('name'), value);
|
||||
});
|
||||
|
||||
$('.section .icon-info').tipsy({gravity: 'w'});
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in a new issue