mirror of
https://github.com/pi-hole/web.git
synced 2025-12-23 20:28:28 +00:00
Update scripts/pi-hole/js/queries.js
Co-Authored-By: TheME <andreas_fl@outlook.com>
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user