mirror of
https://github.com/nextcloud/server.git
synced 2026-06-08 16:26:59 -04:00
remove debug messages
This commit is contained in:
parent
8621d176db
commit
00b97dfbb1
1 changed files with 0 additions and 3 deletions
|
|
@ -1757,14 +1757,12 @@ jQuery.fn.tipsy = function(argument) {
|
|||
trigger: 'hover',
|
||||
html: false
|
||||
};
|
||||
console.log(argument);
|
||||
// tooltip direction
|
||||
if(argument.gravity) {
|
||||
switch(argument.gravity) {
|
||||
case 'n':
|
||||
case 'nw':
|
||||
case 'ne':
|
||||
console.log('bottom');
|
||||
options.placement='bottom';
|
||||
break;
|
||||
case 's':
|
||||
|
|
@ -1773,7 +1771,6 @@ jQuery.fn.tipsy = function(argument) {
|
|||
options.placement='top';
|
||||
break;
|
||||
case 'w':
|
||||
console.log('right');
|
||||
options.placement='right';
|
||||
break;
|
||||
case 'e':
|
||||
|
|
|
|||
Loading…
Reference in a new issue