We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eacd182 commit cc43fecCopy full SHA for cc43fec
static/index.html
@@ -109,8 +109,6 @@
109
let userClickedStatus = false;
110
111
function showTooltip(serviceName, index, element) {
112
- console.log(element.getBoundingClientRect().y);
113
- console.log(document.body.getBoundingClientRect().height);
114
userClickedStatus = false;
115
clearTimeout(timerHandler);
116
let serviceResult = serviceStatuses[serviceName][index];
0 commit comments