diff --git a/core/js/js.js b/core/js/js.js index 92e534f55fef00ed998e29ea6a334fc173ff8792..50081209979433bca9cc50b41828527293226caa 100644 --- a/core/js/js.js +++ b/core/js/js.js @@ -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':