mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 04:38:28 +00:00
Re-add comment
Signed-off-by: Paul Mannarino <paul.mannarino@gmail.com>
This commit is contained in:
@@ -331,6 +331,7 @@ function updateQueryTypesPie() {
|
||||
if (isEyeCon(e.target)) {
|
||||
return false;
|
||||
} else if (e.which === 1) {
|
||||
// which == 1 is left mouse button
|
||||
window.location.href = "queries.php?querytype=" + querytypeids[$(this).index()];
|
||||
}
|
||||
});
|
||||
@@ -527,6 +528,7 @@ function updateForwardDestinationsPie() {
|
||||
if (isEyeCon(e.target)) {
|
||||
return false;
|
||||
} else if (e.which === 1) {
|
||||
// which == 1 is left mouse button
|
||||
var obj = encodeURIComponent(e.target.textContent);
|
||||
if (obj.length > 0) {
|
||||
window.location.href = "queries.php?forwarddest=" + obj;
|
||||
|
||||
Reference in New Issue
Block a user