remove console.log from javascript library :/
This commit is contained in:
parent
281e7d1092
commit
ddc0e8d2ba
|
@ -1247,7 +1247,6 @@ function QTip(target, options, id, attr)
|
||||||
position.top -= offset;
|
position.top -= offset;
|
||||||
}
|
}
|
||||||
else if(overflowBottom > 0 && (my.y !== 'bottom' || overflowTop > 0) ) {
|
else if(overflowBottom > 0 && (my.y !== 'bottom' || overflowTop > 0) ) {
|
||||||
console.log('test');
|
|
||||||
position.top -= isCenter ? -offset : offset;
|
position.top -= isCenter ? -offset : offset;
|
||||||
}
|
}
|
||||||
if(position.top !== posTop && isCenter) { position.top -= adjust.y; }
|
if(position.top !== posTop && isCenter) { position.top -= adjust.y; }
|
||||||
|
@ -3241,4 +3240,4 @@ PLUGINS.bgiframe = function(api)
|
||||||
PLUGINS.bgiframe.initialize = 'render';
|
PLUGINS.bgiframe.initialize = 'render';
|
||||||
|
|
||||||
|
|
||||||
}(jQuery, window));
|
}(jQuery, window));
|
||||||
|
|
Loading…
Reference in New Issue