forked from GithubBackups/healthchecks
Auto-focus the name field in the "Integration Details" modal.
This commit is contained in:
parent
91c93b6a95
commit
c54c70cab7
@ -26,6 +26,10 @@ $(function() {
|
|||||||
return false;
|
return false;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
$(".channel-modal").on('shown.bs.modal', function () {
|
||||||
|
$(".input-name", this).focus();
|
||||||
|
})
|
||||||
|
|
||||||
$('[data-toggle="tooltip"]').tooltip();
|
$('[data-toggle="tooltip"]').tooltip();
|
||||||
|
|
||||||
});
|
});
|
Loading…
x
Reference in New Issue
Block a user