From 83cf008fcab9d911aef51cceb872150f0be8fcce Mon Sep 17 00:00:00 2001 From: DL6ER Date: Tue, 22 Nov 2016 15:43:12 +0100 Subject: [PATCH] Fixed comment --- js/pihole/queryads.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/pihole/queryads.js b/js/pihole/queryads.js index b7693bab..26061d42 100644 --- a/js/pihole/queryads.js +++ b/js/pihole/queryads.js @@ -25,7 +25,7 @@ function eventsource() { // eventsourcetest(); // }); -// Handle enter button for adding domains +// Handle enter button $(document).keypress(function(e) { if(e.which === 13 && $("#domain").is(":focus")) { // Enter was pressed, and the input has focus