Focusout on load-page
This commit is contained in:
parent
260f13c554
commit
e107ff2967
@ -51,5 +51,6 @@ $(document).ready(function() {
|
|||||||
$("label[for=expected]").html("Capture services after reboot? (1: yes; 0: no)");
|
$("label[for=expected]").html("Capture services after reboot? (1: yes; 0: no)");
|
||||||
$("input[name=expected]").attr("placeholder", "1");
|
$("input[name=expected]").attr("placeholder", "1");
|
||||||
}
|
}
|
||||||
})
|
});
|
||||||
});
|
$("input[name=url]").focusout();
|
||||||
|
});
|
Loading…
Reference in New Issue
Block a user