Update scripts/pi-hole/js/queries.js

Co-Authored-By: TheME <andreas_fl@outlook.com>
This commit is contained in:
DL6ER
2020-04-14 19:54:43 +02:00
committed by GitHub
parent 0f21f6d269
commit 2e7b9191fc

View File

@@ -282,7 +282,7 @@ $(document).ready(function() {
this.style.color = "";
}
);
$("td:eq(4)", row).unbind(); // Release any possible previous onClick event handlers
$("td:eq(4)", row).off(); // Release any possible previous onClick event handlers
$("td:eq(4)", row).click(function() {
var new_tab = window.open("groups-domains.php?domainid=" + data[9], "_blank");
if (new_tab) {