Focusout on load-page

This commit is contained in:
Jeroen De Meerleer 2018-09-06 16:40:54 +02:00
parent 260f13c554
commit e107ff2967
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 3 additions and 2 deletions

View File

@ -51,5 +51,6 @@ $(document).ready(function() {
$("label[for=expected]").html("Capture services after reboot? (1: yes; 0: no)");
$("input[name=expected]").attr("placeholder", "1");
}
})
});
});
$("input[name=url]").focusout();
});