mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-07 06:05:34 +00:00
Remove debug line
This commit is contained in:
parent
36e8843481
commit
347765557e
1 changed files with 0 additions and 1 deletions
|
@ -12,7 +12,6 @@ $(function() {
|
||||||
})
|
})
|
||||||
.click(function() {
|
.click(function() {
|
||||||
var text = this.parentNode.innerText;
|
var text = this.parentNode.innerText;
|
||||||
console.log(text);
|
|
||||||
navigator.clipboard.writeText(text);
|
navigator.clipboard.writeText(text);
|
||||||
$(this).tooltip("show");
|
$(this).tooltip("show");
|
||||||
})
|
})
|
||||||
|
|
Loading…
Add table
Reference in a new issue