queryads: Replace double DIV solution with single DIV and responsive CSS

Signed-off-by: rdwebdesign <github@rdwebdesign.com.br>
This commit is contained in:
rdwebdesign
2021-10-29 02:02:23 -03:00
parent ee50954be7
commit 065d5873f0
3 changed files with 27 additions and 21 deletions

View File

@@ -88,7 +88,7 @@ function eventsource() {
}
// Handle enter key
$("#domain_1, #domain_2").keypress(function (e) {
$("#domain").keypress(function (e) {
if (e.which === 13) {
// Enter was pressed, and the input has focus
exact = "";