static.themes.example.js.cas.js Maven / Gradle / Ivy
function resourceLoadedSuccessfully() {
$(document).ready(() => {
if ($(':focus').length === 0) {
$('input:visible:enabled:first').focus();
}
if (typeof (jqueryReady) == 'function') {
jqueryReady();
}
});
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy